Html Css Color HEX #B46329 Christine

📋 copy color: '#B46329'

red 180 ◦ green 99 ◦ blue 41

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

Shades of Christine #B46329

Tints of Christine #B46329

RGB

 RED value IS 180 (70.7% from 255) = 56.25%

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

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

R = 56.25%
G = 30.94%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B46329 (or 0xB46329) is known color: Christine. HEX triplet: B4, 63 and 29. RGB value is (180,99,41). Sum of RGB (Red+Green+Blue) = 180+99+41=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B46329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46329 is #4B9CD6. Grayscale: #747474. Windows color (decimal): -4955351 or 2712500. OLE color: 2712500.

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

Color convert

RGB 180 99 41 -
CMYK 0 0.45 0.77 0.29
HSL 25.04º 0.63% 0.43% -
HSV(B) 25.04º 0.77% 0.71% -
XYZ 23.68 18.79 4.48 -
YUV 116.61 85.34 173.22 -
System Red Green Blue C M Y K H S L
Decimal 180 99 41 0 0.45 0.77 0.29 25.04 0.63 0.43
Hex B4 63 29 0 2D 4D 1D 19 3F 2B
Octal 264 143 51 0 55 115 35 31 77 53
Binary 10110100 1100011 101001 0 101101 1001101 11101 11001 111111 101011

Color Harmonies of #B46329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46329

Black with #B46329

Text Example


Text Example

White with #B46329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46329; }

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

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

background-color css

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

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

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

border-color css

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

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

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