Html Css Color HEX #B46323 Christine

📋 copy color: '#B46323'

red 180 ◦ green 99 ◦ blue 35

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

Shades of Christine #B46323

Tints of Christine #B46323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.15%

R = 57.32%
G = 31.53%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B46323 (or 0xB46323) is known color: Christine. HEX triplet: B4, 63 and 23. RGB value is (180,99,35). Sum of RGB (Red+Green+Blue) = 180+99+35=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B46323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46323 is #4B9CDC. Grayscale: #747474. Windows color (decimal): -4955357 or 2319284. OLE color: 2319284.

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

Color convert

RGB 180 99 35 -
CMYK 0 0.45 0.81 0.29
HSL 26.48º 0.67% 0.42% -
HSV(B) 26.48º 0.81% 0.71% -
XYZ 23.59 18.75 3.97 -
YUV 115.92 82.34 173.7 -
System Red Green Blue C M Y K H S L
Decimal 180 99 35 0 0.45 0.81 0.29 26.48 0.67 0.42
Hex B4 63 23 0 2D 51 1D 1A 43 2A
Octal 264 143 43 0 55 121 35 32 103 52
Binary 10110100 1100011 100011 0 101101 1010001 11101 11010 1000011 101010

Color Harmonies of #B46323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46323

Black with #B46323

Text Example


Text Example

White with #B46323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46323; }

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

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

background-color css

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

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

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

border-color css

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

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

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