Html Css Color HEX #B64323 Rose Of Sharon

📋 copy color: '#B64323'

red 182 ◦ green 67 ◦ blue 35

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

Shades of Rose Of Sharon #B64323

Tints of Rose Of Sharon #B64323

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 64.08%
G = 23.59%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B64323 (or 0xB64323) is known color: Rose Of Sharon. HEX triplet: B6, 43 and 23. RGB value is (182,67,35). Sum of RGB (Red+Green+Blue) = 182+67+35=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B64323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64323 is #49BCDC. Grayscale: #616161. Windows color (decimal): -4832477 or 2311094. OLE color: 2311094.

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

Color convert

RGB 182 67 35 -
CMYK 0 0.63 0.81 0.29
HSL 13.06º 0.68% 0.43% -
HSV(B) 13.06º 0.81% 0.71% -
XYZ 21.6 14.08 3.17 -
YUV 97.74 92.6 188.1 -
System Red Green Blue C M Y K H S L
Decimal 182 67 35 0 0.63 0.81 0.29 13.06 0.68 0.43
Hex B6 43 23 0 3F 51 1D D 44 2B
Octal 266 103 43 0 77 121 35 15 104 53
Binary 10110110 1000011 100011 0 111111 1010001 11101 1101 1000100 101011

Color Harmonies of #B64323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64323

Black with #B64323

Text Example


Text Example

White with #B64323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64323; }

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

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

background-color css

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

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

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

border-color css

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

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

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