Html Css Color HEX #B04C2C Rose Of Sharon

📋 copy color: '#B04C2C'

red 176 ◦ green 76 ◦ blue 44

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

Shades of Rose Of Sharon #B04C2C

Tints of Rose Of Sharon #B04C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 59.46%
G = 25.68%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B04C2C (or 0xB04C2C) is known color: Rose Of Sharon. HEX triplet: B0, 4C and 2C. RGB value is (176,76,44). Sum of RGB (Red+Green+Blue) = 176+76+44=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C2C is #4FB3D3. Grayscale: #666666. Windows color (decimal): -5223380 or 2903216. OLE color: 2903216.

HSL color Cylindrical-coordinate representation of color #B04C2C: hue angle of 14.55º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B04C2C is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 76 44 -
CMYK 0 0.57 0.75 0.31
HSL 14.55º 0.6% 0.43% -
HSV(B) 14.55º 0.75% 0.69% -
XYZ 20.94 14.58 4.09 -
YUV 102.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 176 76 44 0 0.57 0.75 0.31 14.55 0.6 0.43
Hex B0 4C 2C 0 39 4B 1F F 3C 2B
Octal 260 114 54 0 71 113 37 17 74 53
Binary 10110000 1001100 101100 0 111001 1001011 11111 1111 111100 101011

Color Harmonies of #B04C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C2C

Black with #B04C2C

Text Example


Text Example

White with #B04C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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