Html Css Color HEX #B36329 Christine

📋 copy color: '#B36329'

red 179 ◦ green 99 ◦ blue 41

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

Shades of Christine #B36329

Tints of Christine #B36329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.03%

 BLUE value IS 41 (16.41% from 255) = 12.85%

R = 56.11%
G = 31.03%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B36329 (or 0xB36329) is known color: Christine. HEX triplet: B3, 63 and 29. RGB value is (179,99,41). Sum of RGB (Red+Green+Blue) = 179+99+41=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B36329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36329 is #4C9CD6. Grayscale: #747474. Windows color (decimal): -5020887 or 2712499. OLE color: 2712499.

HSL color Cylindrical-coordinate representation of color #B36329: hue angle of 25.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B36329 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 99 41 -
CMYK 0 0.45 0.77 0.30
HSL 25.22º 0.63% 0.43% -
HSV(B) 25.22º 0.77% 0.7% -
XYZ 23.45 18.67 4.46 -
YUV 116.31 85.5 172.72 -
System Red Green Blue C M Y K H S L
Decimal 179 99 41 0 0.45 0.77 0.30 25.22 0.63 0.43
Hex B3 63 29 0 2D 4D 1E 19 3F 2B
Octal 263 143 51 0 55 115 36 31 77 53
Binary 10110011 1100011 101001 0 101101 1001101 11110 11001 111111 101011

Color Harmonies of #B36329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36329

Black with #B36329

Text Example


Text Example

White with #B36329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36329; }

 p { color: rgb(179,99,41); }

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

background-color css

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

 a { background-color: rgb(179,99,41); }

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

border-color css

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

 span { border-color: rgb(179,99,41); }

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