Html Css Color HEX #B04D1C Rose Of Sharon

📋 copy color: '#B04D1C'

red 176 ◦ green 77 ◦ blue 28

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

Shades of Rose Of Sharon #B04D1C

Tints of Rose Of Sharon #B04D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 62.63%
G = 27.4%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B04D1C (or 0xB04D1C) is known color: Rose Of Sharon. HEX triplet: B0, 4D and 1C. RGB value is (176,77,28). Sum of RGB (Red+Green+Blue) = 176+77+28=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D1C is #4FB2E3. Grayscale: #656565. Windows color (decimal): -5223140 or 1854896. OLE color: 1854896.

HSL color Cylindrical-coordinate representation of color #B04D1C: hue angle of 19.86º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B04D1C is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 77 28 -
CMYK 0 0.56 0.84 0.31
HSL 19.86º 0.73% 0.4% -
HSV(B) 19.86º 0.84% 0.69% -
XYZ 20.77 14.62 2.83 -
YUV 101.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 176 77 28 0 0.56 0.84 0.31 19.86 0.73 0.4
Hex B0 4D 1C 0 38 54 1F 14 49 28
Octal 260 115 34 0 70 124 37 24 111 50
Binary 10110000 1001101 11100 0 111000 1010100 11111 10100 1001001 101000

Color Harmonies of #B04D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04D1C

Black with #B04D1C

Text Example


Text Example

White with #B04D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04D1C; }

 p { color: rgb(176,77,28); }

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

background-color css

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

 a { background-color: rgb(176,77,28); }

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

border-color css

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

 span { border-color: rgb(176,77,28); }

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