Html Css Color HEX #BB685D Contessa

📋 copy color: '#BB685D'

red 187 ◦ green 104 ◦ blue 93

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

Shades of Contessa #BB685D

Tints of Contessa #BB685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

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

R = 48.7%
G = 27.08%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB685D (or 0xBB685D) is known color: Contessa. HEX triplet: BB, 68 and 5D. RGB value is (187,104,93). Sum of RGB (Red+Green+Blue) = 187+104+93=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB685D is #4497A2. Grayscale: #7F7F7F. Windows color (decimal): -4495267 or 6121659. OLE color: 6121659.

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

Color convert

RGB 187 104 93 -
CMYK 0 0.44 0.50 0.27
HSL 7.02º 0.41% 0.55% -
HSV(B) 7.02º 0.5% 0.73% -
XYZ 27.42 21.26 13.01 -
YUV 127.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 187 104 93 0 0.44 0.50 0.27 7.02 0.41 0.55
Hex BB 68 5D 0 2C 32 1B 7 29 37
Octal 273 150 135 0 54 62 33 7 51 67
Binary 10111011 1101000 1011101 0 101100 110010 11011 111 101001 110111

Color Harmonies of #BB685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB685D

Black with #BB685D

Text Example


Text Example

White with #BB685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB685D; }

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

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

background-color css

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

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

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

border-color css

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

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

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