Html Css Color HEX #B64C28 Rose Of Sharon

📋 copy color: '#B64C28'

red 182 ◦ green 76 ◦ blue 40

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

Shades of Rose Of Sharon #B64C28

Tints of Rose Of Sharon #B64C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 61.07%
G = 25.5%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B64C28 (or 0xB64C28) is known color: Rose Of Sharon. HEX triplet: B6, 4C and 28. RGB value is (182,76,40). Sum of RGB (Red+Green+Blue) = 182+76+40=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C28 is #49B3D7. Grayscale: #676767. Windows color (decimal): -4830168 or 2641078. OLE color: 2641078.

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

Color convert

RGB 182 76 40 -
CMYK 0 0.58 0.78 0.29
HSL 15.21º 0.64% 0.44% -
HSV(B) 15.21º 0.78% 0.71% -
XYZ 22.26 15.27 3.78 -
YUV 103.59 92.12 183.93 -
System Red Green Blue C M Y K H S L
Decimal 182 76 40 0 0.58 0.78 0.29 15.21 0.64 0.44
Hex B6 4C 28 0 3A 4E 1D F 40 2C
Octal 266 114 50 0 72 116 35 17 100 54
Binary 10110110 1001100 101000 0 111010 1001110 11101 1111 1000000 101100

Color Harmonies of #B64C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C28

Black with #B64C28

Text Example


Text Example

White with #B64C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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