Html Css Color HEX #BB735D Contessa

📋 copy color: '#BB735D'

red 187 ◦ green 115 ◦ blue 93

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

Shades of Contessa #BB735D

Tints of Contessa #BB735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 47.34%
G = 29.11%
B = 23.54%

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

#BB735D (or 0xBB735D) is known color: Contessa. HEX triplet: BB, 73 and 5D. RGB value is (187,115,93). Sum of RGB (Red+Green+Blue) = 187+115+93=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB735D is #448CA2. Grayscale: #868686. Windows color (decimal): -4492451 or 6124475. OLE color: 6124475.

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

Color convert

RGB 187 115 93 -
CMYK 0 0.39 0.50 0.27
HSL 14.04º 0.41% 0.55% -
HSV(B) 14.04º 0.5% 0.73% -
XYZ 28.6 23.62 13.41 -
YUV 134.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 187 115 93 0 0.39 0.50 0.27 14.04 0.41 0.55
Hex BB 73 5D 0 27 32 1B E 29 37
Octal 273 163 135 0 47 62 33 16 51 67
Binary 10111011 1110011 1011101 0 100111 110010 11011 1110 101001 110111

Color Harmonies of #BB735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB735D

Black with #BB735D

Text Example


Text Example

White with #BB735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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