Html Css Color HEX #B64629 Rose Of Sharon

📋 copy color: '#B64629'

red 182 ◦ green 70 ◦ blue 41

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

Shades of Rose Of Sharon #B64629

Tints of Rose Of Sharon #B64629

RGB

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

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

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

R = 62.12%
G = 23.89%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B64629 (or 0xB64629) is known color: Rose Of Sharon. HEX triplet: B6, 46 and 29. RGB value is (182,70,41). Sum of RGB (Red+Green+Blue) = 182+70+41=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B64629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64629 is #49B9D6. Grayscale: #646464. Windows color (decimal): -4831703 or 2705078. OLE color: 2705078.

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

Color convert

RGB 182 70 41 -
CMYK 0 0.62 0.77 0.29
HSL 12.34º 0.63% 0.44% -
HSV(B) 12.34º 0.77% 0.71% -
XYZ 21.88 14.49 3.74 -
YUV 100.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 182 70 41 0 0.62 0.77 0.29 12.34 0.63 0.44
Hex B6 46 29 0 3E 4D 1D C 3F 2C
Octal 266 106 51 0 76 115 35 14 77 54
Binary 10110110 1000110 101001 0 111110 1001101 11101 1100 111111 101100

Color Harmonies of #B64629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64629

Black with #B64629

Text Example


Text Example

White with #B64629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64629; }

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

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

background-color css

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

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

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

border-color css

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

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

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