#B14827

Color #B14827 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B14827

Tints of Rose Of Sharon #B14827

Color information

#B14827 (or 0xB14827) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 48 and 27. RGB value is (177,72,39). Sum of RGB (Red+Green+Blue) = 177+72+39=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B14827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14827 is #4EB7D8. Grayscale: #636363. Windows color (decimal): -5158873 or 2574513. OLE color: 2574513.

HSL color Cylindrical-coordinate representation of color #B14827: hue angle of 14.35º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B14827 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1777239-
CMYK00.590.780.31
HSL14.35º63.89%42.35%-
HSV(B)14.35º77.97%69.41%-
XYZ20.8214.133.55-
YUV99.6393.79183.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 61.46%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=61.46%
G=25%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177723900.590.780.3114.3563.8942.35
HexB1482703B4E1Fe402a
Octal26111047073116371610052
Binary101100011001000100111011101110011101111111101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14827; }

 p { color: rgb(177,72,39); }

 H1.HeaderClassName
 {
   color: #B14827;
 }
 .AnyTagClassName
 {
   color: #B14827;
 }
</style>
background-color css

<style>
 a { background-color: #B14827; }

 a { background-color: rgb(177,72,39); }

 div.DivClassName
 {
   background-color: #B14827;
 }
 .BgClassName
 {
   background-color: #B14827;
 }
</style>
border-color css

<style>
 span { border-color: #B14827; }

 span { border-color: rgb(177,72,39); }

 td.TdClassName
 {
   border-color: #B14827;
 }
 .TagClassName
 {
   border-color: #B14827;
 }
</style>