Html Css Color HEX #B9715E Contessa

📋 copy color: '#B9715E'

red 185 ◦ green 113 ◦ blue 94

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

Shades of Contessa #B9715E

Tints of Contessa #B9715E

RGB

 RED value IS 185 (72.66% from 255) = 47.19%

 GREEN value IS 113 (44.53% from 255) = 28.83%

 BLUE value IS 94 (37.11% from 255) = 23.98%

R = 47.19%
G = 28.83%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9715E (or 0xB9715E) is known color: Contessa. HEX triplet: B9, 71 and 5E. RGB value is (185,113,94). Sum of RGB (Red+Green+Blue) = 185+113+94=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9715E is #468EA1. Grayscale: #848484. Windows color (decimal): -4624034 or 6189497. OLE color: 6189497.

HSL color Cylindrical-coordinate representation of color #B9715E: hue angle of 12.53º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9715E is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 113 94 -
CMYK 0 0.39 0.49 0.27
HSL 12.53º 0.39% 0.55% -
HSV(B) 12.53º 0.49% 0.73% -
XYZ 27.93 22.93 13.54 -
YUV 132.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 185 113 94 0 0.39 0.49 0.27 12.53 0.39 0.55
Hex B9 71 5E 0 27 31 1B D 27 37
Octal 271 161 136 0 47 61 33 15 47 67
Binary 10111001 1110001 1011110 0 100111 110001 11011 1101 100111 110111

Color Harmonies of #B9715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9715E

Black with #B9715E

Text Example


Text Example

White with #B9715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9715E; }

 p { color: rgb(185,113,94); }

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

background-color css

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

 a { background-color: rgb(185,113,94); }

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

border-color css

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

 span { border-color: rgb(185,113,94); }

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