Html Css Color HEX #BB7B65 Contessa

📋 copy color: '#BB7B65'

red 187 ◦ green 123 ◦ blue 101

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

Shades of Contessa #BB7B65

Tints of Contessa #BB7B65

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

 BLUE value IS 101 (39.84% from 255) = 24.57%

R = 45.5%
G = 29.93%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB7B65 (or 0xBB7B65) is known color: Contessa. HEX triplet: BB, 7B and 65. RGB value is (187,123,101). Sum of RGB (Red+Green+Blue) = 187+123+101=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B65 is #44849A. Grayscale: #8B8B8B. Windows color (decimal): -4490395 or 6650811. OLE color: 6650811.

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

Color convert

RGB 187 123 101 -
CMYK 0 0.34 0.46 0.27
HSL 15.35º 0.39% 0.56% -
HSV(B) 15.35º 0.46% 0.73% -
XYZ 29.93 25.67 15.69 -
YUV 139.63 106.2 161.79 -
System Red Green Blue C M Y K H S L
Decimal 187 123 101 0 0.34 0.46 0.27 15.35 0.39 0.56
Hex BB 7B 65 0 22 2E 1B F 27 38
Octal 273 173 145 0 42 56 33 17 47 70
Binary 10111011 1111011 1100101 0 100010 101110 11011 1111 100111 111000

Color Harmonies of #BB7B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B65

Black with #BB7B65

Text Example


Text Example

White with #BB7B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B65; }

 p { color: rgb(187,123,101); }

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

background-color css

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

 a { background-color: rgb(187,123,101); }

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

border-color css

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

 span { border-color: rgb(187,123,101); }

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