Html Css Color HEX #B76015 Christine

📋 copy color: '#B76015'

red 183 ◦ green 96 ◦ blue 21

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

Shades of Christine #B76015

Tints of Christine #B76015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

 BLUE value IS 21 (8.59% from 255) = 7%

R = 61%
G = 32%
B = 7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B76015 (or 0xB76015) is known color: Christine. HEX triplet: B7, 60 and 15. RGB value is (183,96,21). Sum of RGB (Red+Green+Blue) = 183+96+21=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B76015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76015 is #489FEA. Grayscale: #717171. Windows color (decimal): -4759531 or 1401015. OLE color: 1401015.

HSL color Cylindrical-coordinate representation of color #B76015: hue angle of 27.78º degrees, saturation: 0.79, 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 #B76015 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 21 -
CMYK 0 0.48 0.89 0.28
HSL 27.78º 0.79% 0.4% -
HSV(B) 27.78º 0.89% 0.72% -
XYZ 23.85 18.49 3.02 -
YUV 113.46 75.82 177.6 -
System Red Green Blue C M Y K H S L
Decimal 183 96 21 0 0.48 0.89 0.28 27.78 0.79 0.4
Hex B7 60 15 0 30 59 1C 1C 4F 28
Octal 267 140 25 0 60 131 34 34 117 50
Binary 10110111 1100000 10101 0 110000 1011001 11100 11100 1001111 101000

Color Harmonies of #B76015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76015

Black with #B76015

Text Example


Text Example

White with #B76015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76015; }

 p { color: rgb(183,96,21); }

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

background-color css

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

 a { background-color: rgb(183,96,21); }

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

border-color css

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

 span { border-color: rgb(183,96,21); }

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