Html Css Color HEX #B46328 Christine

📋 copy color: '#B46328'

red 180 ◦ green 99 ◦ blue 40

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

Shades of Christine #B46328

Tints of Christine #B46328

RGB

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

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

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

R = 56.43%
G = 31.03%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B46328 (or 0xB46328) is known color: Christine. HEX triplet: B4, 63 and 28. RGB value is (180,99,40). Sum of RGB (Red+Green+Blue) = 180+99+40=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B46328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46328 is #4B9CD7. Grayscale: #747474. Windows color (decimal): -4955352 or 2646964. OLE color: 2646964.

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

Color convert

RGB 180 99 40 -
CMYK 0 0.45 0.78 0.29
HSL 25.29º 0.64% 0.43% -
HSV(B) 25.29º 0.78% 0.71% -
XYZ 23.67 18.78 4.39 -
YUV 116.49 84.84 173.3 -
System Red Green Blue C M Y K H S L
Decimal 180 99 40 0 0.45 0.78 0.29 25.29 0.64 0.43
Hex B4 63 28 0 2D 4E 1D 19 40 2B
Octal 264 143 50 0 55 116 35 31 100 53
Binary 10110100 1100011 101000 0 101101 1001110 11101 11001 1000000 101011

Color Harmonies of #B46328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46328

Black with #B46328

Text Example


Text Example

White with #B46328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46328; }

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

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

background-color css

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

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

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

border-color css

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

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

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