Html Css Color HEX #BBB18A Chino

📋 copy color: '#BBB18A'

red 187 ◦ green 177 ◦ blue 138

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

Shades of Chino #BBB18A

Tints of Chino #BBB18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 37.25%
G = 35.26%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBB18A (or 0xBBB18A) is known color: Chino. HEX triplet: BB, B1 and 8A. RGB value is (187,177,138). Sum of RGB (Red+Green+Blue) = 187+177+138=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB18A is #444E75. Grayscale: #AFAFAF. Windows color (decimal): -4476534 or 9089467. OLE color: 9089467.

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

Color convert

RGB 187 177 138 -
CMYK 0 0.05 0.26 0.27
HSL 47.76º 0.26% 0.64% -
HSV(B) 47.76º 0.26% 0.73% -
XYZ 40.8 43.84 30.36 -
YUV 175.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 187 177 138 0 0.05 0.26 0.27 47.76 0.26 0.64
Hex BB B1 8A 0 5 1A 1B 30 1A 40
Octal 273 261 212 0 5 32 33 60 32 100
Binary 10111011 10110001 10001010 0 101 11010 11011 110000 11010 1000000

Color Harmonies of #BBB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB18A

Black with #BBB18A

Text Example


Text Example

White with #BBB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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