Html Css Color HEX #B46326 Christine

📋 copy color: '#B46326'

red 180 ◦ green 99 ◦ blue 38

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

Shades of Christine #B46326

Tints of Christine #B46326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.99%

R = 56.78%
G = 31.23%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B46326 (or 0xB46326) is known color: Christine. HEX triplet: B4, 63 and 26. RGB value is (180,99,38). Sum of RGB (Red+Green+Blue) = 180+99+38=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B46326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46326 is #4B9CD9. Grayscale: #747474. Windows color (decimal): -4955354 or 2515892. OLE color: 2515892.

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

Color convert

RGB 180 99 38 -
CMYK 0 0.45 0.79 0.29
HSL 25.77º 0.65% 0.43% -
HSV(B) 25.77º 0.79% 0.71% -
XYZ 23.63 18.77 4.21 -
YUV 116.27 83.84 173.46 -
System Red Green Blue C M Y K H S L
Decimal 180 99 38 0 0.45 0.79 0.29 25.77 0.65 0.43
Hex B4 63 26 0 2D 4F 1D 1A 41 2B
Octal 264 143 46 0 55 117 35 32 101 53
Binary 10110100 1100011 100110 0 101101 1001111 11101 11010 1000001 101011

Color Harmonies of #B46326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46326

Black with #B46326

Text Example


Text Example

White with #B46326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46326; }

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

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

background-color css

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

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

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

border-color css

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

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

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