Html Css Color HEX #BB7B64 Contessa

📋 copy color: '#BB7B64'

red 187 ◦ green 123 ◦ blue 100

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

Shades of Contessa #BB7B64

Tints of Contessa #BB7B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.39%

R = 45.61%
G = 30%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB7B64 (or 0xBB7B64) is known color: Contessa. HEX triplet: BB, 7B and 64. RGB value is (187,123,100). Sum of RGB (Red+Green+Blue) = 187+123+100=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B64 is #44849B. Grayscale: #8B8B8B. Windows color (decimal): -4490396 or 6585275. OLE color: 6585275.

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

Color convert

RGB 187 123 100 -
CMYK 0 0.34 0.47 0.27
HSL 15.86º 0.39% 0.56% -
HSV(B) 15.86º 0.47% 0.73% -
XYZ 29.88 25.65 15.43 -
YUV 139.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 187 123 100 0 0.34 0.47 0.27 15.86 0.39 0.56
Hex BB 7B 64 0 22 2F 1B 10 27 38
Octal 273 173 144 0 42 57 33 20 47 70
Binary 10111011 1111011 1100100 0 100010 101111 11011 10000 100111 111000

Color Harmonies of #BB7B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B64

Black with #BB7B64

Text Example


Text Example

White with #BB7B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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