Html Css Color HEX #B64721 Rose Of Sharon

📋 copy color: '#B64721'

red 182 ◦ green 71 ◦ blue 33

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

Shades of Rose Of Sharon #B64721

Tints of Rose Of Sharon #B64721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

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

R = 63.64%
G = 24.83%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B64721 (or 0xB64721) is known color: Rose Of Sharon. HEX triplet: B6, 47 and 21. RGB value is (182,71,33). Sum of RGB (Red+Green+Blue) = 182+71+33=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B64721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64721 is #49B8DE. Grayscale: #646464. Windows color (decimal): -4831455 or 2181046. OLE color: 2181046.

HSL color Cylindrical-coordinate representation of color #B64721: hue angle of 15.3º 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 #B64721 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 71 33 -
CMYK 0 0.61 0.82 0.29
HSL 15.3º 0.69% 0.42% -
HSV(B) 15.3º 0.82% 0.71% -
XYZ 21.82 14.56 3.1 -
YUV 99.86 90.27 186.59 -
System Red Green Blue C M Y K H S L
Decimal 182 71 33 0 0.61 0.82 0.29 15.3 0.69 0.42
Hex B6 47 21 0 3D 52 1D F 45 2A
Octal 266 107 41 0 75 122 35 17 105 52
Binary 10110110 1000111 100001 0 111101 1010010 11101 1111 1000101 101010

Color Harmonies of #B64721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64721

Black with #B64721

Text Example


Text Example

White with #B64721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64721; }

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

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

background-color css

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

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

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

border-color css

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

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

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