Html Css Color HEX #B04D29 Rose Of Sharon

📋 copy color: '#B04D29'

red 176 ◦ green 77 ◦ blue 41

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

Shades of Rose Of Sharon #B04D29

Tints of Rose Of Sharon #B04D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.95%

R = 59.86%
G = 26.19%
B = 13.95%

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

#B04D29 (or 0xB04D29) is known color: Rose Of Sharon. HEX triplet: B0, 4D and 29. RGB value is (176,77,41). Sum of RGB (Red+Green+Blue) = 176+77+41=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D29 is #4FB2D6. Grayscale: #666666. Windows color (decimal): -5223127 or 2706864. OLE color: 2706864.

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

Color convert

RGB 176 77 41 -
CMYK 0 0.56 0.77 0.31
HSL 16º 0.62% 0.43% -
HSV(B) 16º 0.77% 0.69% -
XYZ 20.96 14.7 3.83 -
YUV 102.5 93.3 180.43 -
System Red Green Blue C M Y K H S L
Decimal 176 77 41 0 0.56 0.77 0.31 16 0.62 0.43
Hex B0 4D 29 0 38 4D 1F 10 3E 2B
Octal 260 115 51 0 70 115 37 20 76 53
Binary 10110000 1001101 101001 0 111000 1001101 11111 10000 111110 101011

Color Harmonies of #B04D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04D29

Black with #B04D29

Text Example


Text Example

White with #B04D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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