Html Css Color HEX #B76518 Christine

📋 copy color: '#B76518'

red 183 ◦ green 101 ◦ blue 24

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

Shades of Christine #B76518

Tints of Christine #B76518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.79%

 BLUE value IS 24 (9.77% from 255) = 7.79%

R = 59.42%
G = 32.79%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B76518 (or 0xB76518) is known color: Christine. HEX triplet: B7, 65 and 18. RGB value is (183,101,24). Sum of RGB (Red+Green+Blue) = 183+101+24=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B76518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76518 is #489AE7. Grayscale: #757575. Windows color (decimal): -4758248 or 1598903. OLE color: 1598903.

HSL color Cylindrical-coordinate representation of color #B76518: hue angle of 29.06º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B76518 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 101 24 -
CMYK 0 0.45 0.87 0.28
HSL 29.06º 0.77% 0.41% -
HSV(B) 29.06º 0.87% 0.72% -
XYZ 24.35 19.44 3.33 -
YUV 116.74 75.67 175.26 -
System Red Green Blue C M Y K H S L
Decimal 183 101 24 0 0.45 0.87 0.28 29.06 0.77 0.41
Hex B7 65 18 0 2D 57 1C 1D 4D 29
Octal 267 145 30 0 55 127 34 35 115 51
Binary 10110111 1100101 11000 0 101101 1010111 11100 11101 1001101 101001

Color Harmonies of #B76518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76518

Black with #B76518

Text Example


Text Example

White with #B76518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76518; }

 p { color: rgb(183,101,24); }

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

background-color css

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

 a { background-color: rgb(183,101,24); }

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

border-color css

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

 span { border-color: rgb(183,101,24); }

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