Html Css Color HEX #B64729 Rose Of Sharon

📋 copy color: '#B64729'

red 182 ◦ green 71 ◦ blue 41

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

Shades of Rose Of Sharon #B64729

Tints of Rose Of Sharon #B64729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.95%

R = 61.9%
G = 24.15%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B64729 (or 0xB64729) is known color: Rose Of Sharon. HEX triplet: B6, 47 and 29. RGB value is (182,71,41). Sum of RGB (Red+Green+Blue) = 182+71+41=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B64729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64729 is #49B8D6. Grayscale: #656565. Windows color (decimal): -4831447 or 2705334. OLE color: 2705334.

HSL color Cylindrical-coordinate representation of color #B64729: hue angle of 12.77º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B64729 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 71 41 -
CMYK 0 0.61 0.77 0.29
HSL 12.77º 0.63% 0.44% -
HSV(B) 12.77º 0.77% 0.71% -
XYZ 21.94 14.61 3.76 -
YUV 100.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 182 71 41 0 0.61 0.77 0.29 12.77 0.63 0.44
Hex B6 47 29 0 3D 4D 1D D 3F 2C
Octal 266 107 51 0 75 115 35 15 77 54
Binary 10110110 1000111 101001 0 111101 1001101 11101 1101 111111 101100

Color Harmonies of #B64729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64729

Black with #B64729

Text Example


Text Example

White with #B64729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64729; }

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

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

background-color css

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

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

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

border-color css

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

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

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