Html Css Color HEX #B36328 Christine

📋 copy color: '#B36328'

red 179 ◦ green 99 ◦ blue 40

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

Shades of Christine #B36328

Tints of Christine #B36328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.58%

R = 56.29%
G = 31.13%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B36328 (or 0xB36328) is known color: Christine. HEX triplet: B3, 63 and 28. RGB value is (179,99,40). Sum of RGB (Red+Green+Blue) = 179+99+40=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B36328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36328 is #4C9CD7. Grayscale: #747474. Windows color (decimal): -5020888 or 2646963. OLE color: 2646963.

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

Color convert

RGB 179 99 40 -
CMYK 0 0.45 0.78 0.30
HSL 25.47º 0.63% 0.43% -
HSV(B) 25.47º 0.78% 0.7% -
XYZ 23.44 18.66 4.37 -
YUV 116.19 85 172.8 -
System Red Green Blue C M Y K H S L
Decimal 179 99 40 0 0.45 0.78 0.30 25.47 0.63 0.43
Hex B3 63 28 0 2D 4E 1E 19 3F 2B
Octal 263 143 50 0 55 116 36 31 77 53
Binary 10110011 1100011 101000 0 101101 1001110 11110 11001 111111 101011

Color Harmonies of #B36328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36328

Black with #B36328

Text Example


Text Example

White with #B36328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36328; }

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

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

background-color css

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

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

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

border-color css

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

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

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