Html Css Color HEX #BB725D Contessa

📋 copy color: '#BB725D'

red 187 ◦ green 114 ◦ blue 93

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

Shades of Contessa #BB725D

Tints of Contessa #BB725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 47.46%
G = 28.93%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB725D (or 0xBB725D) is known color: Contessa. HEX triplet: BB, 72 and 5D. RGB value is (187,114,93). Sum of RGB (Red+Green+Blue) = 187+114+93=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB725D is #448DA2. Grayscale: #858585. Windows color (decimal): -4492707 or 6124219. OLE color: 6124219.

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

Color convert

RGB 187 114 93 -
CMYK 0 0.39 0.50 0.27
HSL 13.4º 0.41% 0.55% -
HSV(B) 13.4º 0.5% 0.73% -
XYZ 28.49 23.39 13.37 -
YUV 133.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 187 114 93 0 0.39 0.50 0.27 13.4 0.41 0.55
Hex BB 72 5D 0 27 32 1B D 29 37
Octal 273 162 135 0 47 62 33 15 51 67
Binary 10111011 1110010 1011101 0 100111 110010 11011 1101 101001 110111

Color Harmonies of #BB725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB725D

Black with #BB725D

Text Example


Text Example

White with #BB725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB725D; }

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

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

background-color css

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

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

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

border-color css

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

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

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