Html Css Color HEX #BB695C Contessa

📋 copy color: '#BB695C'

red 187 ◦ green 105 ◦ blue 92

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

Shades of Contessa #BB695C

Tints of Contessa #BB695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.34%

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

R = 48.7%
G = 27.34%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB695C (or 0xBB695C) is known color: Contessa. HEX triplet: BB, 69 and 5C. RGB value is (187,105,92). Sum of RGB (Red+Green+Blue) = 187+105+92=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB695C is #4496A3. Grayscale: #808080. Windows color (decimal): -4495012 or 6056379. OLE color: 6056379.

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

Color convert

RGB 187 105 92 -
CMYK 0 0.44 0.51 0.27
HSL 8.21º 0.41% 0.55% -
HSV(B) 8.21º 0.51% 0.73% -
XYZ 27.48 21.44 12.82 -
YUV 128.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 187 105 92 0 0.44 0.51 0.27 8.21 0.41 0.55
Hex BB 69 5C 0 2C 33 1B 8 29 37
Octal 273 151 134 0 54 63 33 10 51 67
Binary 10111011 1101001 1011100 0 101100 110011 11011 1000 101001 110111

Color Harmonies of #BB695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB695C

Black with #BB695C

Text Example


Text Example

White with #BB695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB695C; }

 p { color: rgb(187,105,92); }

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

background-color css

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

 a { background-color: rgb(187,105,92); }

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

border-color css

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

 span { border-color: rgb(187,105,92); }

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