Html Css Color HEX #BBB187 Chino

📋 copy color: '#BBB187'

red 187 ◦ green 177 ◦ blue 135

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

Shades of Chino #BBB187

Tints of Chino #BBB187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.05%

R = 37.47%
G = 35.47%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BBB187 (or 0xBBB187) is known color: Chino. HEX triplet: BB, B1 and 87. RGB value is (187,177,135). Sum of RGB (Red+Green+Blue) = 187+177+135=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB187 is #444E78. Grayscale: #AFAFAF. Windows color (decimal): -4476537 or 8892859. OLE color: 8892859.

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

Color convert

RGB 187 177 135 -
CMYK 0 0.05 0.28 0.27
HSL 48.46º 0.28% 0.63% -
HSV(B) 48.46º 0.28% 0.73% -
XYZ 40.59 43.76 29.23 -
YUV 175.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 187 177 135 0 0.05 0.28 0.27 48.46 0.28 0.63
Hex BB B1 87 0 5 1C 1B 30 1C 3F
Octal 273 261 207 0 5 34 33 60 34 77
Binary 10111011 10110001 10000111 0 101 11100 11011 110000 11100 111111

Color Harmonies of #BBB187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB187

Black with #BBB187

Text Example


Text Example

White with #BBB187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB187; }

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

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

background-color css

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

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

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

border-color css

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

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

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