Html Css Color HEX #B04D28 Rose Of Sharon

📋 copy color: '#B04D28'

red 176 ◦ green 77 ◦ blue 40

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

Shades of Rose Of Sharon #B04D28

Tints of Rose Of Sharon #B04D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 60.07%
G = 26.28%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B04D28 (or 0xB04D28) is known color: Rose Of Sharon. HEX triplet: B0, 4D and 28. RGB value is (176,77,40). Sum of RGB (Red+Green+Blue) = 176+77+40=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D28 is #4FB2D7. Grayscale: #666666. Windows color (decimal): -5223128 or 2641328. OLE color: 2641328.

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

Color convert

RGB 176 77 40 -
CMYK 0 0.56 0.77 0.31
HSL 16.32º 0.63% 0.42% -
HSV(B) 16.32º 0.77% 0.69% -
XYZ 20.94 14.69 3.74 -
YUV 102.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 176 77 40 0 0.56 0.77 0.31 16.32 0.63 0.42
Hex B0 4D 28 0 38 4D 1F 10 3F 2A
Octal 260 115 50 0 70 115 37 20 77 52
Binary 10110000 1001101 101000 0 111000 1001101 11111 10000 111111 101010

Color Harmonies of #B04D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04D28

Black with #B04D28

Text Example


Text Example

White with #B04D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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