Html Css Color HEX #BB715C Contessa

📋 copy color: '#BB715C'

red 187 ◦ green 113 ◦ blue 92

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

Shades of Contessa #BB715C

Tints of Contessa #BB715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.83%

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

R = 47.7%
G = 28.83%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB715C (or 0xBB715C) is known color: Contessa. HEX triplet: BB, 71 and 5C. RGB value is (187,113,92). Sum of RGB (Red+Green+Blue) = 187+113+92=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB715C is #448EA3. Grayscale: #848484. Windows color (decimal): -4492964 or 6058427. OLE color: 6058427.

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

Color convert

RGB 187 113 92 -
CMYK 0 0.40 0.51 0.27
HSL 13.26º 0.41% 0.55% -
HSV(B) 13.26º 0.51% 0.73% -
XYZ 28.33 23.15 13.1 -
YUV 132.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 187 113 92 0 0.40 0.51 0.27 13.26 0.41 0.55
Hex BB 71 5C 0 28 33 1B D 29 37
Octal 273 161 134 0 50 63 33 15 51 67
Binary 10111011 1110001 1011100 0 101000 110011 11011 1101 101001 110111

Color Harmonies of #BB715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB715C

Black with #BB715C

Text Example


Text Example

White with #BB715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB715C; }

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

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

background-color css

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

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

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

border-color css

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

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

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