Html Css Color HEX #B9735C Contessa

📋 copy color: '#B9735C'

red 185 ◦ green 115 ◦ blue 92

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

Shades of Contessa #B9735C

Tints of Contessa #B9735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.34%

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 47.19%
G = 29.34%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9735C (or 0xB9735C) is known color: Contessa. HEX triplet: B9, 73 and 5C. RGB value is (185,115,92). Sum of RGB (Red+Green+Blue) = 185+115+92=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9735C is #468CA3. Grayscale: #858585. Windows color (decimal): -4623524 or 6058937. OLE color: 6058937.

HSL color Cylindrical-coordinate representation of color #B9735C: hue angle of 14.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9735C is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 115 92 -
CMYK 0 0.38 0.50 0.27
HSL 14.84º 0.4% 0.54% -
HSV(B) 14.84º 0.5% 0.73% -
XYZ 28.07 23.35 13.15 -
YUV 133.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 185 115 92 0 0.38 0.50 0.27 14.84 0.4 0.54
Hex B9 73 5C 0 26 32 1B F 28 36
Octal 271 163 134 0 46 62 33 17 50 66
Binary 10111001 1110011 1011100 0 100110 110010 11011 1111 101000 110110

Color Harmonies of #B9735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9735C

Black with #B9735C

Text Example


Text Example

White with #B9735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9735C; }

 p { color: rgb(185,115,92); }

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

background-color css

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

 a { background-color: rgb(185,115,92); }

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

border-color css

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

 span { border-color: rgb(185,115,92); }

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