Html Css Color HEX #B24620 Rose Of Sharon

📋 copy color: '#B24620'

red 178 ◦ green 70 ◦ blue 32

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

Shades of Rose Of Sharon #B24620

Tints of Rose Of Sharon #B24620

RGB

 RED value IS 178 (69.92% from 255) = 63.57%

 GREEN value IS 70 (27.73% from 255) = 25%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 63.57%
G = 25%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B24620 (or 0xB24620) is known color: Rose Of Sharon. HEX triplet: B2, 46 and 20. RGB value is (178,70,32). Sum of RGB (Red+Green+Blue) = 178+70+32=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B24620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24620 is #4DB9DF. Grayscale: #626262. Windows color (decimal): -5093856 or 2115250. OLE color: 2115250.

HSL color Cylindrical-coordinate representation of color #B24620: hue angle of 15.62º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B24620 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 32 -
CMYK 0 0.61 0.82 0.30
HSL 15.62º 0.7% 0.41% -
HSV(B) 15.62º 0.82% 0.7% -
XYZ 20.81 13.95 2.96 -
YUV 97.96 90.78 185.09 -
System Red Green Blue C M Y K H S L
Decimal 178 70 32 0 0.61 0.82 0.30 15.62 0.7 0.41
Hex B2 46 20 0 3D 52 1E 10 46 29
Octal 262 106 40 0 75 122 36 20 106 51
Binary 10110010 1000110 100000 0 111101 1010010 11110 10000 1000110 101001

Color Harmonies of #B24620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24620

Black with #B24620

Text Example


Text Example

White with #B24620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24620; }

 p { color: rgb(178,70,32); }

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

background-color css

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

 a { background-color: rgb(178,70,32); }

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

border-color css

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

 span { border-color: rgb(178,70,32); }

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