Html Css Color HEX #B35322 Rose Of Sharon

📋 copy color: '#B35322'

red 179 ◦ green 83 ◦ blue 34

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

Shades of Rose Of Sharon #B35322

Tints of Rose Of Sharon #B35322

RGB

 RED value IS 179 (70.31% from 255) = 60.47%

 GREEN value IS 83 (32.81% from 255) = 28.04%

 BLUE value IS 34 (13.67% from 255) = 11.49%

R = 60.47%
G = 28.04%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B35322 (or 0xB35322) is known color: Rose Of Sharon. HEX triplet: B3, 53 and 22. RGB value is (179,83,34). Sum of RGB (Red+Green+Blue) = 179+83+34=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B35322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35322 is #4CACDD. Grayscale: #6A6A6A. Windows color (decimal): -5024990 or 2249651. OLE color: 2249651.

HSL color Cylindrical-coordinate representation of color #B35322: hue angle of 20.28º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B35322 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 34 -
CMYK 0 0.54 0.81 0.30
HSL 20.28º 0.68% 0.42% -
HSV(B) 20.28º 0.81% 0.7% -
XYZ 21.97 15.89 3.42 -
YUV 106.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 179 83 34 0 0.54 0.81 0.30 20.28 0.68 0.42
Hex B3 53 22 0 36 51 1E 14 44 2A
Octal 263 123 42 0 66 121 36 24 104 52
Binary 10110011 1010011 100010 0 110110 1010001 11110 10100 1000100 101010

Color Harmonies of #B35322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35322

Black with #B35322

Text Example


Text Example

White with #B35322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35322; }

 p { color: rgb(179,83,34); }

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

background-color css

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

 a { background-color: rgb(179,83,34); }

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

border-color css

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

 span { border-color: rgb(179,83,34); }

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