Html Css Color HEX #BB675D Contessa

📋 copy color: '#BB675D'

red 187 ◦ green 103 ◦ blue 93

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

Shades of Contessa #BB675D

Tints of Contessa #BB675D

RGB

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

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

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

R = 48.83%
G = 26.89%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB675D (or 0xBB675D) is known color: Contessa. HEX triplet: BB, 67 and 5D. RGB value is (187,103,93). Sum of RGB (Red+Green+Blue) = 187+103+93=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB675D is #4498A2. Grayscale: #7F7F7F. Windows color (decimal): -4495523 or 6121403. OLE color: 6121403.

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

Color convert

RGB 187 103 93 -
CMYK 0 0.45 0.50 0.27
HSL 6.38º 0.41% 0.55% -
HSV(B) 6.38º 0.5% 0.73% -
XYZ 27.32 21.06 12.98 -
YUV 126.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 187 103 93 0 0.45 0.50 0.27 6.38 0.41 0.55
Hex BB 67 5D 0 2D 32 1B 6 29 37
Octal 273 147 135 0 55 62 33 6 51 67
Binary 10111011 1100111 1011101 0 101101 110010 11011 110 101001 110111

Color Harmonies of #BB675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB675D

Black with #BB675D

Text Example


Text Example

White with #BB675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB675D; }

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

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

background-color css

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

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

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

border-color css

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

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

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