Html Css Color HEX #B64C29 Rose Of Sharon

📋 copy color: '#B64C29'

red 182 ◦ green 76 ◦ blue 41

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

Shades of Rose Of Sharon #B64C29

Tints of Rose Of Sharon #B64C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

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

R = 60.87%
G = 25.42%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B64C29 (or 0xB64C29) is known color: Rose Of Sharon. HEX triplet: B6, 4C and 29. RGB value is (182,76,41). Sum of RGB (Red+Green+Blue) = 182+76+41=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C29 is #49B3D6. Grayscale: #676767. Windows color (decimal): -4830167 or 2706614. OLE color: 2706614.

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

Color convert

RGB 182 76 41 -
CMYK 0 0.58 0.77 0.29
HSL 14.89º 0.63% 0.44% -
HSV(B) 14.89º 0.77% 0.71% -
XYZ 22.28 15.27 3.87 -
YUV 103.7 92.62 183.85 -
System Red Green Blue C M Y K H S L
Decimal 182 76 41 0 0.58 0.77 0.29 14.89 0.63 0.44
Hex B6 4C 29 0 3A 4D 1D F 3F 2C
Octal 266 114 51 0 72 115 35 17 77 54
Binary 10110110 1001100 101001 0 111010 1001101 11101 1111 111111 101100

Color Harmonies of #B64C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C29

Black with #B64C29

Text Example


Text Example

White with #B64C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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