Html Css Color HEX #B76830 Christine

📋 copy color: '#B76830'

red 183 ◦ green 104 ◦ blue 48

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

Shades of Christine #B76830

Tints of Christine #B76830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

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

R = 54.63%
G = 31.04%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B76830 (or 0xB76830) is known color: Christine. HEX triplet: B7, 68 and 30. RGB value is (183,104,48). Sum of RGB (Red+Green+Blue) = 183+104+48=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B76830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76830 is #4897CF. Grayscale: #797979. Windows color (decimal): -4757456 or 3172535. OLE color: 3172535.

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

Color convert

RGB 183 104 48 -
CMYK 0 0.43 0.74 0.28
HSL 24.89º 0.58% 0.45% -
HSV(B) 24.89º 0.74% 0.72% -
XYZ 25.01 20.18 5.37 -
YUV 121.24 86.67 172.05 -
System Red Green Blue C M Y K H S L
Decimal 183 104 48 0 0.43 0.74 0.28 24.89 0.58 0.45
Hex B7 68 30 0 2B 4A 1C 19 3A 2D
Octal 267 150 60 0 53 112 34 31 72 55
Binary 10110111 1101000 110000 0 101011 1001010 11100 11001 111010 101101

Color Harmonies of #B76830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76830

Black with #B76830

Text Example


Text Example

White with #B76830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76830; }

 p { color: rgb(183,104,48); }

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

background-color css

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

 a { background-color: rgb(183,104,48); }

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

border-color css

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

 span { border-color: rgb(183,104,48); }

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