Html Css Color HEX #B04C27 Rose Of Sharon

📋 copy color: '#B04C27'

red 176 ◦ green 76 ◦ blue 39

#B04C27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #B04C27

Tints of Rose Of Sharon #B04C27

RGB

 RED value IS 176 (69.14% from 255) = 60.48%

 GREEN value IS 76 (30.08% from 255) = 26.12%

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 60.48%
G = 26.12%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B04C27 (or 0xB04C27) is known color: Rose Of Sharon. HEX triplet: B0, 4C and 27. RGB value is (176,76,39). Sum of RGB (Red+Green+Blue) = 176+76+39=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C27 is #4FB3D8. Grayscale: #656565. Windows color (decimal): -5223385 or 2575536. OLE color: 2575536.

HSL color Cylindrical-coordinate representation of color #B04C27: hue angle of 16.2º 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 #B04C27 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 76 39 -
CMYK 0 0.57 0.78 0.31
HSL 16.2º 0.64% 0.42% -
HSV(B) 16.2º 0.78% 0.69% -
XYZ 20.86 14.55 3.63 -
YUV 101.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 176 76 39 0 0.57 0.78 0.31 16.2 0.64 0.42
Hex B0 4C 27 0 39 4E 1F 10 40 2A
Octal 260 114 47 0 71 116 37 20 100 52
Binary 10110000 1001100 100111 0 111001 1001110 11111 10000 1000000 101010

Color Harmonies of #B04C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C27

Black with #B04C27

Text Example


Text Example

White with #B04C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C27; }

 p { color: rgb(176,76,39); }

 H1.HeaderClassName
 {
   color: #B04C27;
 }
 .AnyTagClassName
 {
   color: #B04C27;
 }
</style>

background-color css

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

 a { background-color: rgb(176,76,39); }

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

border-color css

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

 span { border-color: rgb(176,76,39); }

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