#BBB48A

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

Shades of Coriander #BBB48A

Tints of Coriander #BBB48A

Color information

#BBB48A (or 0xBBB48A) is unknown color: approx Coriander. HEX triplet: BB, B4 and 8A. RGB value is (187,180,138). Sum of RGB (Red+Green+Blue) = 187+180+138=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB48A is #444B75. Grayscale: #B1B1B1. Windows color (decimal): -4475766 or 9090235. OLE color: 9090235.

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

Color convert

RGB187180138-
CMYK00.040.260.27
HSL51.43º26.49%63.73%-
HSV(B)51.43º26.2%73.33%-
XYZ41.445.0430.56-
YUV177.3105.82134.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=37.03%
G=35.64%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718013800.040.260.2751.4326.4963.73
HexBBB48A041A1B331a40
Octal2732642120432336332100
Binary10111011101101001000101001001101011011110011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB48A; }

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

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

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

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

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

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

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

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