Html Css Color HEX #BB675F Contessa

📋 copy color: '#BB675F'

red 187 ◦ green 103 ◦ blue 95

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

Shades of Contessa #BB675F

Tints of Contessa #BB675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 48.57%
G = 26.75%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB675F (or 0xBB675F) is known color: Contessa. HEX triplet: BB, 67 and 5F. RGB value is (187,103,95). Sum of RGB (Red+Green+Blue) = 187+103+95=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB675F is #4498A0. Grayscale: #7F7F7F. Windows color (decimal): -4495521 or 6252475. OLE color: 6252475.

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

Color convert

RGB 187 103 95 -
CMYK 0 0.45 0.49 0.27
HSL 5.22º 0.4% 0.55% -
HSV(B) 5.22º 0.49% 0.73% -
XYZ 27.41 21.09 13.45 -
YUV 127.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 187 103 95 0 0.45 0.49 0.27 5.22 0.4 0.55
Hex BB 67 5F 0 2D 31 1B 5 28 37
Octal 273 147 137 0 55 61 33 5 50 67
Binary 10111011 1100111 1011111 0 101101 110001 11011 101 101000 110111

Color Harmonies of #BB675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB675F

Black with #BB675F

Text Example


Text Example

White with #BB675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB675F; }

 p { color: rgb(187,103,95); }

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

background-color css

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

 a { background-color: rgb(187,103,95); }

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

border-color css

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

 span { border-color: rgb(187,103,95); }

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