Html Css Color HEX #B64828 Rose Of Sharon

📋 copy color: '#B64828'

red 182 ◦ green 72 ◦ blue 40

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

Shades of Rose Of Sharon #B64828

Tints of Rose Of Sharon #B64828

RGB

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

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

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

R = 61.9%
G = 24.49%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B64828 (or 0xB64828) is known color: Rose Of Sharon. HEX triplet: B6, 48 and 28. RGB value is (182,72,40). Sum of RGB (Red+Green+Blue) = 182+72+40=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B64828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64828 is #49B7D7. Grayscale: #656565. Windows color (decimal): -4831192 or 2640054. OLE color: 2640054.

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

Color convert

RGB 182 72 40 -
CMYK 0 0.60 0.78 0.29
HSL 13.52º 0.64% 0.44% -
HSV(B) 13.52º 0.78% 0.71% -
XYZ 21.99 14.73 3.69 -
YUV 101.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 182 72 40 0 0.60 0.78 0.29 13.52 0.64 0.44
Hex B6 48 28 0 3C 4E 1D E 40 2C
Octal 266 110 50 0 74 116 35 16 100 54
Binary 10110110 1001000 101000 0 111100 1001110 11101 1110 1000000 101100

Color Harmonies of #B64828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64828

Black with #B64828

Text Example


Text Example

White with #B64828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64828; }

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

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

background-color css

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

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

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

border-color css

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

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

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