Html Css Color HEX #B45224 Rose Of Sharon

📋 copy color: '#B45224'

red 180 ◦ green 82 ◦ blue 36

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

Shades of Rose Of Sharon #B45224

Tints of Rose Of Sharon #B45224

RGB

 RED value IS 180 (70.7% from 255) = 60.4%

 GREEN value IS 82 (32.42% from 255) = 27.52%

 BLUE value IS 36 (14.45% from 255) = 12.08%

R = 60.4%
G = 27.52%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B45224 (or 0xB45224) is known color: Rose Of Sharon. HEX triplet: B4, 52 and 24. RGB value is (180,82,36). Sum of RGB (Red+Green+Blue) = 180+82+36=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B45224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45224 is #4BADDB. Grayscale: #6A6A6A. Windows color (decimal): -4959708 or 2380468. OLE color: 2380468.

HSL color Cylindrical-coordinate representation of color #B45224: hue angle of 19.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B45224 is Cyan = 0, Magento = 0.54, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 82 36 -
CMYK 0 0.54 0.8 0.29
HSL 19.17º 0.67% 0.42% -
HSV(B) 19.17º 0.8% 0.71% -
XYZ 22.16 15.87 3.56 -
YUV 106.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 180 82 36 0 0.54 0.8 0.29 19.17 0.67 0.42
Hex B4 52 24 0 36 50 1D 13 43 2A
Octal 264 122 44 0 66 120 35 23 103 52
Binary 10110100 1010010 100100 0 110110 1010000 11101 10011 1000011 101010

Color Harmonies of #B45224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45224

Black with #B45224

Text Example


Text Example

White with #B45224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45224; }

 p { color: rgb(180,82,36); }

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

background-color css

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

 a { background-color: rgb(180,82,36); }

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

border-color css

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

 span { border-color: rgb(180,82,36); }

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