Html Css Color HEX #B64C27 Rose Of Sharon

📋 copy color: '#B64C27'

red 182 ◦ green 76 ◦ blue 39

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

Shades of Rose Of Sharon #B64C27

Tints of Rose Of Sharon #B64C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.13%

R = 61.28%
G = 25.59%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B64C27 (or 0xB64C27) is known color: Rose Of Sharon. HEX triplet: B6, 4C and 27. RGB value is (182,76,39). Sum of RGB (Red+Green+Blue) = 182+76+39=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C27 is #49B3D8. Grayscale: #676767. Windows color (decimal): -4830169 or 2575542. OLE color: 2575542.

HSL color Cylindrical-coordinate representation of color #B64C27: hue angle of 15.52º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B64C27 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 76 39 -
CMYK 0 0.58 0.79 0.29
HSL 15.52º 0.65% 0.43% -
HSV(B) 15.52º 0.79% 0.71% -
XYZ 22.24 15.26 3.69 -
YUV 103.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 182 76 39 0 0.58 0.79 0.29 15.52 0.65 0.43
Hex B6 4C 27 0 3A 4F 1D 10 41 2B
Octal 266 114 47 0 72 117 35 20 101 53
Binary 10110110 1001100 100111 0 111010 1001111 11101 10000 1000001 101011

Color Harmonies of #B64C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C27

Black with #B64C27

Text Example


Text Example

White with #B64C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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