Html Css Color HEX #B76128 Christine

📋 copy color: '#B76128'

red 183 ◦ green 97 ◦ blue 40

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

Shades of Christine #B76128

Tints of Christine #B76128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.31%

 BLUE value IS 40 (16.02% from 255) = 12.5%

R = 57.19%
G = 30.31%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B76128 (or 0xB76128) is known color: Christine. HEX triplet: B7, 61 and 28. RGB value is (183,97,40). Sum of RGB (Red+Green+Blue) = 183+97+40=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B76128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76128 is #489ED7. Grayscale: #747474. Windows color (decimal): -4759256 or 2646455. OLE color: 2646455.

HSL color Cylindrical-coordinate representation of color #B76128: hue angle of 23.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B76128 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 97 40 -
CMYK 0 0.47 0.78 0.28
HSL 23.92º 0.64% 0.44% -
HSV(B) 23.92º 0.78% 0.72% -
XYZ 24.19 18.77 4.36 -
YUV 116.22 84.99 175.63 -
System Red Green Blue C M Y K H S L
Decimal 183 97 40 0 0.47 0.78 0.28 23.92 0.64 0.44
Hex B7 61 28 0 2F 4E 1C 18 40 2C
Octal 267 141 50 0 57 116 34 30 100 54
Binary 10110111 1100001 101000 0 101111 1001110 11100 11000 1000000 101100

Color Harmonies of #B76128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76128

Black with #B76128

Text Example


Text Example

White with #B76128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76128; }

 p { color: rgb(183,97,40); }

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

background-color css

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

 a { background-color: rgb(183,97,40); }

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

border-color css

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

 span { border-color: rgb(183,97,40); }

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