Html Css Color HEX #BB735E Contessa

📋 copy color: '#BB735E'

red 187 ◦ green 115 ◦ blue 94

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

Shades of Contessa #BB735E

Tints of Contessa #BB735E

RGB

 RED value IS 187 (73.44% from 255) = 47.22%

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

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

R = 47.22%
G = 29.04%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB735E (or 0xBB735E) is known color: Contessa. HEX triplet: BB, 73 and 5E. RGB value is (187,115,94). Sum of RGB (Red+Green+Blue) = 187+115+94=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB735E is #448CA1. Grayscale: #868686. Windows color (decimal): -4492450 or 6190011. OLE color: 6190011.

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

Color convert

RGB 187 115 94 -
CMYK 0 0.39 0.50 0.27
HSL 13.55º 0.41% 0.55% -
HSV(B) 13.55º 0.5% 0.73% -
XYZ 28.64 23.63 13.64 -
YUV 134.13 105.35 165.71 -
System Red Green Blue C M Y K H S L
Decimal 187 115 94 0 0.39 0.50 0.27 13.55 0.41 0.55
Hex BB 73 5E 0 27 32 1B E 29 37
Octal 273 163 136 0 47 62 33 16 51 67
Binary 10111011 1110011 1011110 0 100111 110010 11011 1110 101001 110111

Color Harmonies of #BB735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB735E

Black with #BB735E

Text Example


Text Example

White with #BB735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB735E; }

 p { color: rgb(187,115,94); }

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

background-color css

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

 a { background-color: rgb(187,115,94); }

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

border-color css

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

 span { border-color: rgb(187,115,94); }

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