Html Css Color HEX #B04225 Rose Of Sharon

📋 copy color: '#B04225'

red 176 ◦ green 66 ◦ blue 37

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

Shades of Rose Of Sharon #B04225

Tints of Rose Of Sharon #B04225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 63.08%
G = 23.66%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B04225 (or 0xB04225) is known color: Rose Of Sharon. HEX triplet: B0, 42 and 25. RGB value is (176,66,37). Sum of RGB (Red+Green+Blue) = 176+66+37=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B04225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04225 is #4FBDDA. Grayscale: #5F5F5F. Windows color (decimal): -5225947 or 2441904. OLE color: 2441904.

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

Color convert

RGB 176 66 37 -
CMYK 0 0.62 0.79 0.31
HSL 12.52º 0.65% 0.42% -
HSV(B) 12.52º 0.79% 0.69% -
XYZ 20.19 13.26 3.25 -
YUV 95.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 176 66 37 0 0.62 0.79 0.31 12.52 0.65 0.42
Hex B0 42 25 0 3E 4F 1F D 41 2A
Octal 260 102 45 0 76 117 37 15 101 52
Binary 10110000 1000010 100101 0 111110 1001111 11111 1101 1000001 101010

Color Harmonies of #B04225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04225

Black with #B04225

Text Example


Text Example

White with #B04225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04225; }

 p { color: rgb(176,66,37); }

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

background-color css

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

 a { background-color: rgb(176,66,37); }

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

border-color css

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

 span { border-color: rgb(176,66,37); }

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