Html Css Color HEX #B64C1E Rose Of Sharon

📋 copy color: '#B64C1E'

red 182 ◦ green 76 ◦ blue 30

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

Shades of Rose Of Sharon #B64C1E

Tints of Rose Of Sharon #B64C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 63.19%
G = 26.39%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B64C1E (or 0xB64C1E) is known color: Rose Of Sharon. HEX triplet: B6, 4C and 1E. RGB value is (182,76,30). Sum of RGB (Red+Green+Blue) = 182+76+30=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C1E is #49B3E1. Grayscale: #666666. Windows color (decimal): -4830178 or 1985718. OLE color: 1985718.

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

Color convert

RGB 182 76 30 -
CMYK 0 0.58 0.84 0.29
HSL 18.16º 0.72% 0.42% -
HSV(B) 18.16º 0.84% 0.71% -
XYZ 22.11 15.21 3 -
YUV 102.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 182 76 30 0 0.58 0.84 0.29 18.16 0.72 0.42
Hex B6 4C 1E 0 3A 54 1D 12 48 2A
Octal 266 114 36 0 72 124 35 22 110 52
Binary 10110110 1001100 11110 0 111010 1010100 11101 10010 1001000 101010

Color Harmonies of #B64C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C1E

Black with #B64C1E

Text Example


Text Example

White with #B64C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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