Html Css Color HEX #BB635F Contessa

📋 copy color: '#BB635F'

red 187 ◦ green 99 ◦ blue 95

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

Shades of Contessa #BB635F

Tints of Contessa #BB635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

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

R = 49.08%
G = 25.98%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB635F (or 0xBB635F) is known color: Contessa. HEX triplet: BB, 63 and 5F. RGB value is (187,99,95). Sum of RGB (Red+Green+Blue) = 187+99+95=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB635F is #449CA0. Grayscale: #7C7C7C. Windows color (decimal): -4496545 or 6251451. OLE color: 6251451.

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

Color convert

RGB 187 99 95 -
CMYK 0 0.47 0.49 0.27
HSL 2.61º 0.4% 0.55% -
HSV(B) 2.61º 0.49% 0.73% -
XYZ 27.02 20.31 13.32 -
YUV 124.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 187 99 95 0 0.47 0.49 0.27 2.61 0.4 0.55
Hex BB 63 5F 0 2F 31 1B 3 28 37
Octal 273 143 137 0 57 61 33 3 50 67
Binary 10111011 1100011 1011111 0 101111 110001 11011 11 101000 110111

Color Harmonies of #BB635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB635F

Black with #BB635F

Text Example


Text Example

White with #BB635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB635F; }

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

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

background-color css

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

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

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

border-color css

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

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

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