Html Css Color HEX #BBB090 Chino

📋 copy color: '#BBB090'

red 187 ◦ green 176 ◦ blue 144

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

Shades of Chino #BBB090

Tints of Chino #BBB090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.71%

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 36.88%
G = 34.71%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BBB090 (or 0xBBB090) is known color: Chino. HEX triplet: BB, B0 and 90. RGB value is (187,176,144). Sum of RGB (Red+Green+Blue) = 187+176+144=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB090 is #444F6F. Grayscale: #AFAFAF. Windows color (decimal): -4476784 or 9482427. OLE color: 9482427.

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

Color convert

RGB 187 176 144 -
CMYK 0 0.06 0.23 0.27
HSL 44.65º 0.24% 0.65% -
HSV(B) 44.65º 0.23% 0.73% -
XYZ 41.05 43.63 32.64 -
YUV 175.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 187 176 144 0 0.06 0.23 0.27 44.65 0.24 0.65
Hex BB B0 90 0 6 17 1B 2D 18 41
Octal 273 260 220 0 6 27 33 55 30 101
Binary 10111011 10110000 10010000 0 110 10111 11011 101101 11000 1000001

Color Harmonies of #BBB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB090

Black with #BBB090

Text Example


Text Example

White with #BBB090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB090; }

 p { color: rgb(187,176,144); }

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

background-color css

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

 a { background-color: rgb(187,176,144); }

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

border-color css

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

 span { border-color: rgb(187,176,144); }

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