Html Css Color HEX #B04D1E Rose Of Sharon

📋 copy color: '#B04D1E'

red 176 ◦ green 77 ◦ blue 30

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

Shades of Rose Of Sharon #B04D1E

Tints of Rose Of Sharon #B04D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 62.19%
G = 27.21%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B04D1E (or 0xB04D1E) is known color: Rose Of Sharon. HEX triplet: B0, 4D and 1E. RGB value is (176,77,30). Sum of RGB (Red+Green+Blue) = 176+77+30=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D1E is #4FB2E1. Grayscale: #656565. Windows color (decimal): -5223138 or 1985968. OLE color: 1985968.

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

Color convert

RGB 176 77 30 -
CMYK 0 0.56 0.83 0.31
HSL 19.32º 0.71% 0.4% -
HSV(B) 19.32º 0.83% 0.69% -
XYZ 20.79 14.63 2.96 -
YUV 101.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 176 77 30 0 0.56 0.83 0.31 19.32 0.71 0.4
Hex B0 4D 1E 0 38 53 1F 13 47 28
Octal 260 115 36 0 70 123 37 23 107 50
Binary 10110000 1001101 11110 0 111000 1010011 11111 10011 1000111 101000

Color Harmonies of #B04D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04D1E

Black with #B04D1E

Text Example


Text Example

White with #B04D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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