Html Css Color HEX #B9745F Contessa

📋 copy color: '#B9745F'

red 185 ◦ green 116 ◦ blue 95

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

Shades of Contessa #B9745F

Tints of Contessa #B9745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.29%

 BLUE value IS 95 (37.5% from 255) = 23.99%

R = 46.72%
G = 29.29%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9745F (or 0xB9745F) is known color: Contessa. HEX triplet: B9, 74 and 5F. RGB value is (185,116,95). Sum of RGB (Red+Green+Blue) = 185+116+95=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9745F is #468BA0. Grayscale: #868686. Windows color (decimal): -4623265 or 6255801. OLE color: 6255801.

HSL color Cylindrical-coordinate representation of color #B9745F: hue angle of 14º 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 #B9745F is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 116 95 -
CMYK 0 0.37 0.49 0.27
HSL 14º 0.39% 0.55% -
HSV(B) 14º 0.49% 0.73% -
XYZ 28.32 23.63 13.9 -
YUV 134.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 185 116 95 0 0.37 0.49 0.27 14 0.39 0.55
Hex B9 74 5F 0 25 31 1B E 27 37
Octal 271 164 137 0 45 61 33 16 47 67
Binary 10111001 1110100 1011111 0 100101 110001 11011 1110 100111 110111

Color Harmonies of #B9745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9745F

Black with #B9745F

Text Example


Text Example

White with #B9745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9745F; }

 p { color: rgb(185,116,95); }

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

background-color css

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

 a { background-color: rgb(185,116,95); }

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

border-color css

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

 span { border-color: rgb(185,116,95); }

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