Html Css Color HEX #B46325 Christine

📋 copy color: '#B46325'

red 180 ◦ green 99 ◦ blue 37

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

Shades of Christine #B46325

Tints of Christine #B46325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 56.96%
G = 31.33%
B = 11.71%

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

#B46325 (or 0xB46325) is known color: Christine. HEX triplet: B4, 63 and 25. RGB value is (180,99,37). Sum of RGB (Red+Green+Blue) = 180+99+37=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B46325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46325 is #4B9CDA. Grayscale: #747474. Windows color (decimal): -4955355 or 2450356. OLE color: 2450356.

HSL color Cylindrical-coordinate representation of color #B46325: hue angle of 26.01º degrees, saturation: 0.66, 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 #B46325 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 99 37 -
CMYK 0 0.45 0.79 0.29
HSL 26.01º 0.66% 0.43% -
HSV(B) 26.01º 0.79% 0.71% -
XYZ 23.62 18.76 4.13 -
YUV 116.15 83.34 173.54 -
System Red Green Blue C M Y K H S L
Decimal 180 99 37 0 0.45 0.79 0.29 26.01 0.66 0.43
Hex B4 63 25 0 2D 4F 1D 1A 42 2B
Octal 264 143 45 0 55 117 35 32 102 53
Binary 10110100 1100011 100101 0 101101 1001111 11101 11010 1000010 101011

Color Harmonies of #B46325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46325

Black with #B46325

Text Example


Text Example

White with #B46325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46325; }

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

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

background-color css

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

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

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

border-color css

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

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

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