Html Css Color HEX #B64621 Rose Of Sharon

📋 copy color: '#B64621'

red 182 ◦ green 70 ◦ blue 33

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

Shades of Rose Of Sharon #B64621

Tints of Rose Of Sharon #B64621

RGB

 RED value IS 182 (71.48% from 255) = 63.86%

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

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 63.86%
G = 24.56%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B64621 (or 0xB64621) is known color: Rose Of Sharon. HEX triplet: B6, 46 and 21. RGB value is (182,70,33). Sum of RGB (Red+Green+Blue) = 182+70+33=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B64621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64621 is #49B9DE. Grayscale: #636363. Windows color (decimal): -4831711 or 2180790. OLE color: 2180790.

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

Color convert

RGB 182 70 33 -
CMYK 0 0.62 0.82 0.29
HSL 14.9º 0.69% 0.42% -
HSV(B) 14.9º 0.82% 0.71% -
XYZ 21.76 14.44 3.08 -
YUV 99.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 182 70 33 0 0.62 0.82 0.29 14.9 0.69 0.42
Hex B6 46 21 0 3E 52 1D F 45 2A
Octal 266 106 41 0 76 122 35 17 105 52
Binary 10110110 1000110 100001 0 111110 1010010 11101 1111 1000101 101010

Color Harmonies of #B64621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64621

Black with #B64621

Text Example


Text Example

White with #B64621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64621; }

 p { color: rgb(182,70,33); }

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

background-color css

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

 a { background-color: rgb(182,70,33); }

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

border-color css

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

 span { border-color: rgb(182,70,33); }

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