Html Css Color HEX #B46015 Christine

📋 copy color: '#B46015'

red 180 ◦ green 96 ◦ blue 21

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

Shades of Christine #B46015

Tints of Christine #B46015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 60.61%
G = 32.32%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B46015 (or 0xB46015) is known color: Christine. HEX triplet: B4, 60 and 15. RGB value is (180,96,21). Sum of RGB (Red+Green+Blue) = 180+96+21=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B46015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46015 is #4B9FEA. Grayscale: #707070. Windows color (decimal): -4956139 or 1401012. OLE color: 1401012.

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

Color convert

RGB 180 96 21 -
CMYK 0 0.47 0.88 0.29
HSL 28.3º 0.79% 0.39% -
HSV(B) 28.3º 0.88% 0.71% -
XYZ 23.14 18.12 2.99 -
YUV 112.57 76.33 176.1 -
System Red Green Blue C M Y K H S L
Decimal 180 96 21 0 0.47 0.88 0.29 28.3 0.79 0.39
Hex B4 60 15 0 2F 58 1D 1C 4F 27
Octal 264 140 25 0 57 130 35 34 117 47
Binary 10110100 1100000 10101 0 101111 1011000 11101 11100 1001111 100111

Color Harmonies of #B46015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46015

Black with #B46015

Text Example


Text Example

White with #B46015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46015; }

 p { color: rgb(180,96,21); }

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

background-color css

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

 a { background-color: rgb(180,96,21); }

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

border-color css

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

 span { border-color: rgb(180,96,21); }

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