Html Css Color HEX #BBB189 Chino

📋 copy color: '#BBB189'

red 187 ◦ green 177 ◦ blue 137

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

Shades of Chino #BBB189

Tints of Chino #BBB189

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.33%

 BLUE value IS 137 (53.91% from 255) = 27.35%

R = 37.33%
G = 35.33%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BBB189 (or 0xBBB189) is known color: Chino. HEX triplet: BB, B1 and 89. RGB value is (187,177,137). Sum of RGB (Red+Green+Blue) = 187+177+137=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB189 is #444E76. Grayscale: #AFAFAF. Windows color (decimal): -4476535 or 9023931. OLE color: 9023931.

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

Color convert

RGB 187 177 137 -
CMYK 0 0.05 0.27 0.27
HSL 48º 0.27% 0.64% -
HSV(B) 48º 0.27% 0.73% -
XYZ 40.73 43.82 29.98 -
YUV 175.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 187 177 137 0 0.05 0.27 0.27 48 0.27 0.64
Hex BB B1 89 0 5 1B 1B 30 1B 40
Octal 273 261 211 0 5 33 33 60 33 100
Binary 10111011 10110001 10001001 0 101 11011 11011 110000 11011 1000000

Color Harmonies of #BBB189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB189

Black with #BBB189

Text Example


Text Example

White with #BBB189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB189; }

 p { color: rgb(187,177,137); }

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

background-color css

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

 a { background-color: rgb(187,177,137); }

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

border-color css

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

 span { border-color: rgb(187,177,137); }

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