Html Css Color HEX #BBB18D Chino

📋 copy color: '#BBB18D'

red 187 ◦ green 177 ◦ blue 141

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

Shades of Chino #BBB18D

Tints of Chino #BBB18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 37.03%
G = 35.05%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBB18D (or 0xBBB18D) is known color: Chino. HEX triplet: BB, B1 and 8D. RGB value is (187,177,141). Sum of RGB (Red+Green+Blue) = 187+177+141=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB18D is #444E72. Grayscale: #B0B0B0. Windows color (decimal): -4476531 or 9286075. OLE color: 9286075.

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

Color convert

RGB 187 177 141 -
CMYK 0 0.05 0.25 0.27
HSL 46.96º 0.25% 0.64% -
HSV(B) 46.96º 0.25% 0.73% -
XYZ 41.02 43.93 31.52 -
YUV 175.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 187 177 141 0 0.05 0.25 0.27 46.96 0.25 0.64
Hex BB B1 8D 0 5 19 1B 2F 19 40
Octal 273 261 215 0 5 31 33 57 31 100
Binary 10111011 10110001 10001101 0 101 11001 11011 101111 11001 1000000

Color Harmonies of #BBB18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB18D

Black with #BBB18D

Text Example


Text Example

White with #BBB18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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