Html Css Color HEX #B46430 Christine

📋 copy color: '#B46430'

red 180 ◦ green 100 ◦ blue 48

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

Shades of Christine #B46430

Tints of Christine #B46430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 54.88%
G = 30.49%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B46430 (or 0xB46430) is known color: Christine. HEX triplet: B4, 64 and 30. RGB value is (180,100,48). Sum of RGB (Red+Green+Blue) = 180+100+48=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B46430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46430 is #4B9BCF. Grayscale: #767676. Windows color (decimal): -4955088 or 3171508. OLE color: 3171508.

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

Color convert

RGB 180 100 48 -
CMYK 0 0.44 0.73 0.29
HSL 23.64º 0.58% 0.45% -
HSV(B) 23.64º 0.73% 0.71% -
XYZ 23.91 19.03 5.21 -
YUV 117.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 180 100 48 0 0.44 0.73 0.29 23.64 0.58 0.45
Hex B4 64 30 0 2C 49 1D 18 3A 2D
Octal 264 144 60 0 54 111 35 30 72 55
Binary 10110100 1100100 110000 0 101100 1001001 11101 11000 111010 101101

Color Harmonies of #B46430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46430

Black with #B46430

Text Example


Text Example

White with #B46430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46430; }

 p { color: rgb(180,100,48); }

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

background-color css

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

 a { background-color: rgb(180,100,48); }

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

border-color css

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

 span { border-color: rgb(180,100,48); }

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