Html Css Color HEX #B76630 Christine

📋 copy color: '#B76630'

red 183 ◦ green 102 ◦ blue 48

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

Shades of Christine #B76630

Tints of Christine #B76630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

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

R = 54.95%
G = 30.63%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B76630 (or 0xB76630) is known color: Christine. HEX triplet: B7, 66 and 30. RGB value is (183,102,48). Sum of RGB (Red+Green+Blue) = 183+102+48=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B76630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76630 is #4899CF. Grayscale: #787878. Windows color (decimal): -4757968 or 3172023. OLE color: 3172023.

HSL color Cylindrical-coordinate representation of color #B76630: hue angle of 24º 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 #B76630 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 102 48 -
CMYK 0 0.44 0.74 0.28
HSL 24º 0.58% 0.45% -
HSV(B) 24º 0.74% 0.72% -
XYZ 24.81 19.78 5.31 -
YUV 120.06 87.34 172.89 -
System Red Green Blue C M Y K H S L
Decimal 183 102 48 0 0.44 0.74 0.28 24 0.58 0.45
Hex B7 66 30 0 2C 4A 1C 18 3A 2D
Octal 267 146 60 0 54 112 34 30 72 55
Binary 10110111 1100110 110000 0 101100 1001010 11100 11000 111010 101101

Color Harmonies of #B76630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76630

Black with #B76630

Text Example


Text Example

White with #B76630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76630; }

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

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

background-color css

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

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

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

border-color css

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

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

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