Html Css Color HEX #BB765F Contessa

📋 copy color: '#BB765F'

red 187 ◦ green 118 ◦ blue 95

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

Shades of Contessa #BB765F

Tints of Contessa #BB765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

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

R = 46.75%
G = 29.5%
B = 23.75%

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

#BB765F (or 0xBB765F) is known color: Contessa. HEX triplet: BB, 76 and 5F. RGB value is (187,118,95). Sum of RGB (Red+Green+Blue) = 187+118+95=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB765F is #4489A0. Grayscale: #888888. Windows color (decimal): -4491681 or 6256315. OLE color: 6256315.

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

Color convert

RGB 187 118 95 -
CMYK 0 0.37 0.49 0.27
HSL 15º 0.4% 0.55% -
HSV(B) 15º 0.49% 0.73% -
XYZ 29.04 24.35 14 -
YUV 136.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 187 118 95 0 0.37 0.49 0.27 15 0.4 0.55
Hex BB 76 5F 0 25 31 1B F 28 37
Octal 273 166 137 0 45 61 33 17 50 67
Binary 10111011 1110110 1011111 0 100101 110001 11011 1111 101000 110111

Color Harmonies of #BB765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB765F

Black with #BB765F

Text Example


Text Example

White with #BB765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB765F; }

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

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

background-color css

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

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

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

border-color css

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

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

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