Html Css Color HEX #B64829 Rose Of Sharon

📋 copy color: '#B64829'

red 182 ◦ green 72 ◦ blue 41

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

Shades of Rose Of Sharon #B64829

Tints of Rose Of Sharon #B64829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

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

R = 61.69%
G = 24.41%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B64829 (or 0xB64829) is known color: Rose Of Sharon. HEX triplet: B6, 48 and 29. RGB value is (182,72,41). Sum of RGB (Red+Green+Blue) = 182+72+41=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B64829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64829 is #49B7D6. Grayscale: #656565. Windows color (decimal): -4831191 or 2705590. OLE color: 2705590.

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

Color convert

RGB 182 72 41 -
CMYK 0 0.60 0.77 0.29
HSL 13.19º 0.63% 0.44% -
HSV(B) 13.19º 0.77% 0.71% -
XYZ 22.01 14.74 3.78 -
YUV 101.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 182 72 41 0 0.60 0.77 0.29 13.19 0.63 0.44
Hex B6 48 29 0 3C 4D 1D D 3F 2C
Octal 266 110 51 0 74 115 35 15 77 54
Binary 10110110 1001000 101001 0 111100 1001101 11101 1101 111111 101100

Color Harmonies of #B64829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64829

Black with #B64829

Text Example


Text Example

White with #B64829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64829; }

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

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

background-color css

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

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

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

border-color css

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

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

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