Html Css Color HEX #B46319 Christine

📋 copy color: '#B46319'

red 180 ◦ green 99 ◦ blue 25

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

Shades of Christine #B46319

Tints of Christine #B46319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 59.21%
G = 32.57%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B46319 (or 0xB46319) is known color: Christine. HEX triplet: B4, 63 and 19. RGB value is (180,99,25). Sum of RGB (Red+Green+Blue) = 180+99+25=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B46319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46319 is #4B9CE6. Grayscale: #737373. Windows color (decimal): -4955367 or 1663924. OLE color: 1663924.

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

Color convert

RGB 180 99 25 -
CMYK 0 0.45 0.86 0.29
HSL 28.65º 0.76% 0.4% -
HSV(B) 28.65º 0.86% 0.71% -
XYZ 23.46 18.7 3.29 -
YUV 114.78 77.34 174.52 -
System Red Green Blue C M Y K H S L
Decimal 180 99 25 0 0.45 0.86 0.29 28.65 0.76 0.4
Hex B4 63 19 0 2D 56 1D 1D 4C 28
Octal 264 143 31 0 55 126 35 35 114 50
Binary 10110100 1100011 11001 0 101101 1010110 11101 11101 1001100 101000

Color Harmonies of #B46319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46319

Black with #B46319

Text Example


Text Example

White with #B46319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46319; }

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

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

background-color css

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

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

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

border-color css

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

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

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