Html Css Color HEX #BBB088 Chino

📋 copy color: '#BBB088'

red 187 ◦ green 176 ◦ blue 136

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

Shades of Chino #BBB088

Tints of Chino #BBB088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 37.47%
G = 35.27%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BBB088 (or 0xBBB088) is known color: Chino. HEX triplet: BB, B0 and 88. RGB value is (187,176,136). Sum of RGB (Red+Green+Blue) = 187+176+136=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB088 is #444F77. Grayscale: #AEAEAE. Windows color (decimal): -4476792 or 8958139. OLE color: 8958139.

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

Color convert

RGB 187 176 136 -
CMYK 0 0.06 0.27 0.27
HSL 47.06º 0.27% 0.63% -
HSV(B) 47.06º 0.27% 0.73% -
XYZ 40.46 43.39 29.54 -
YUV 174.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 187 176 136 0 0.06 0.27 0.27 47.06 0.27 0.63
Hex BB B0 88 0 6 1B 1B 2F 1B 3F
Octal 273 260 210 0 6 33 33 57 33 77
Binary 10111011 10110000 10001000 0 110 11011 11011 101111 11011 111111

Color Harmonies of #BBB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB088

Black with #BBB088

Text Example


Text Example

White with #BBB088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB088; }

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

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

background-color css

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

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

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

border-color css

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

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

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