Html Css Color HEX #B64C23 Rose Of Sharon

📋 copy color: '#B64C23'

red 182 ◦ green 76 ◦ blue 35

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

Shades of Rose Of Sharon #B64C23

Tints of Rose Of Sharon #B64C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.95%

R = 62.12%
G = 25.94%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B64C23 (or 0xB64C23) is known color: Rose Of Sharon. HEX triplet: B6, 4C and 23. RGB value is (182,76,35). Sum of RGB (Red+Green+Blue) = 182+76+35=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C23 is #49B3DC. Grayscale: #676767. Windows color (decimal): -4830173 or 2313398. OLE color: 2313398.

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

Color convert

RGB 182 76 35 -
CMYK 0 0.58 0.81 0.29
HSL 16.73º 0.68% 0.43% -
HSV(B) 16.73º 0.81% 0.71% -
XYZ 22.18 15.24 3.36 -
YUV 103.02 89.62 184.33 -
System Red Green Blue C M Y K H S L
Decimal 182 76 35 0 0.58 0.81 0.29 16.73 0.68 0.43
Hex B6 4C 23 0 3A 51 1D 11 44 2B
Octal 266 114 43 0 72 121 35 21 104 53
Binary 10110110 1001100 100011 0 111010 1010001 11101 10001 1000100 101011

Color Harmonies of #B64C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C23

Black with #B64C23

Text Example


Text Example

White with #B64C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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