Html Css Color HEX #B76314 Christine

📋 copy color: '#B76314'

red 183 ◦ green 99 ◦ blue 20

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

Shades of Christine #B76314

Tints of Christine #B76314

RGB

 RED value IS 183 (71.88% from 255) = 60.6%

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

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 60.6%
G = 32.78%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B76314 (or 0xB76314) is known color: Christine. HEX triplet: B7, 63 and 14. RGB value is (183,99,20). Sum of RGB (Red+Green+Blue) = 183+99+20=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B76314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76314 is #489CEB. Grayscale: #737373. Windows color (decimal): -4758764 or 1336247. OLE color: 1336247.

HSL color Cylindrical-coordinate representation of color #B76314: hue angle of 29.08º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B76314 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 99 20 -
CMYK 0 0.46 0.89 0.28
HSL 29.08º 0.8% 0.4% -
HSV(B) 29.08º 0.89% 0.72% -
XYZ 24.12 19.04 3.07 -
YUV 115.11 74.33 176.42 -
System Red Green Blue C M Y K H S L
Decimal 183 99 20 0 0.46 0.89 0.28 29.08 0.8 0.4
Hex B7 63 14 0 2E 59 1C 1D 50 28
Octal 267 143 24 0 56 131 34 35 120 50
Binary 10110111 1100011 10100 0 101110 1011001 11100 11101 1010000 101000

Color Harmonies of #B76314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76314

Black with #B76314

Text Example


Text Example

White with #B76314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76314; }

 p { color: rgb(183,99,20); }

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

background-color css

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

 a { background-color: rgb(183,99,20); }

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

border-color css

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

 span { border-color: rgb(183,99,20); }

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