#BBB28A

Color #BBB28A Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BBB28A

Tints of Coriander #BBB28A

Color information

#BBB28A (or 0xBBB28A) is unknown color: approx Coriander. HEX triplet: BB, B2 and 8A. RGB value is (187,178,138). Sum of RGB (Red+Green+Blue) = 187+178+138=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB28A is #444D75. Grayscale: #B0B0B0. Windows color (decimal): -4476278 or 9089723. OLE color: 9089723.

HSL color Cylindrical-coordinate representation of color #BBB28A: hue angle of 48.98º 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 #BBB28A is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187178138-
CMYK00.050.260.27
HSL48.98º26.49%63.73%-
HSV(B)48.98º26.2%73.33%-
XYZ4144.2430.42-
YUV176.13106.48135.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=37.18%
G=35.39%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717813800.050.260.2748.9826.4963.73
HexBBB28A051A1B311a40
Octal2732622120532336132100
Binary10111011101100101000101001011101011011110001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB28A; }

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

 H1.HeaderClassName
 {
   color: #BBB28A;
 }
 .AnyTagClassName
 {
   color: #BBB28A;
 }
</style>
background-color css

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

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

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

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

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

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