#BBB28D

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

Shades of Coriander #BBB28D

Tints of Coriander #BBB28D

Color information

#BBB28D (or 0xBBB28D) is unknown color: approx Coriander. HEX triplet: BB, B2 and 8D. RGB value is (187,178,141). Sum of RGB (Red+Green+Blue) = 187+178+141=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB28D is #444D72. Grayscale: #B0B0B0. Windows color (decimal): -4476275 or 9286331. OLE color: 9286331.

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

Color convert

RGB187178141-
CMYK00.050.250.27
HSL48.26º25.27%64.31%-
HSV(B)48.26º24.6%73.33%-
XYZ41.2244.3331.58-
YUV176.47107.98135.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=36.96%
G=35.18%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717814100.050.250.2748.2625.2764.31
HexBBB28D05191B301940
Octal2732622150531336031100
Binary10111011101100101000110101011100111011110000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB28D; }

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

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

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

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

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

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

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

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