Html Css Color HEX #BB7A62 Contessa

📋 copy color: '#BB7A62'

red 187 ◦ green 122 ◦ blue 98

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

Shades of Contessa #BB7A62

Tints of Contessa #BB7A62

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.98%

 BLUE value IS 98 (38.67% from 255) = 24.08%

R = 45.95%
G = 29.98%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB7A62 (or 0xBB7A62) is known color: Contessa. HEX triplet: BB, 7A and 62. RGB value is (187,122,98). Sum of RGB (Red+Green+Blue) = 187+122+98=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A62 is #44859D. Grayscale: #8A8A8A. Windows color (decimal): -4490654 or 6453947. OLE color: 6453947.

HSL color Cylindrical-coordinate representation of color #BB7A62: hue angle of 16.18º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB7A62 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 122 98 -
CMYK 0 0.35 0.48 0.27
HSL 16.18º 0.4% 0.56% -
HSV(B) 16.18º 0.48% 0.73% -
XYZ 29.66 25.37 14.89 -
YUV 138.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 187 122 98 0 0.35 0.48 0.27 16.18 0.4 0.56
Hex BB 7A 62 0 23 30 1B 10 28 38
Octal 273 172 142 0 43 60 33 20 50 70
Binary 10111011 1111010 1100010 0 100011 110000 11011 10000 101000 111000

Color Harmonies of #BB7A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A62

Black with #BB7A62

Text Example


Text Example

White with #BB7A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A62; }

 p { color: rgb(187,122,98); }

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

background-color css

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

 a { background-color: rgb(187,122,98); }

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

border-color css

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

 span { border-color: rgb(187,122,98); }

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