Html Css Color HEX #BB735F Contessa

📋 copy color: '#BB735F'

red 187 ◦ green 115 ◦ blue 95

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

Shades of Contessa #BB735F

Tints of Contessa #BB735F

RGB

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

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

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

R = 47.1%
G = 28.97%
B = 23.93%

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

#BB735F (or 0xBB735F) is known color: Contessa. HEX triplet: BB, 73 and 5F. RGB value is (187,115,95). Sum of RGB (Red+Green+Blue) = 187+115+95=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB735F is #448CA0. Grayscale: #868686. Windows color (decimal): -4492449 or 6255547. OLE color: 6255547.

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

Color convert

RGB 187 115 95 -
CMYK 0 0.39 0.49 0.27
HSL 13.04º 0.4% 0.55% -
HSV(B) 13.04º 0.49% 0.73% -
XYZ 28.69 23.65 13.88 -
YUV 134.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 187 115 95 0 0.39 0.49 0.27 13.04 0.4 0.55
Hex BB 73 5F 0 27 31 1B D 28 37
Octal 273 163 137 0 47 61 33 15 50 67
Binary 10111011 1110011 1011111 0 100111 110001 11011 1101 101000 110111

Color Harmonies of #BB735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB735F

Black with #BB735F

Text Example


Text Example

White with #BB735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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