#BBB67F

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

Shades of Coriander #BBB67F

Tints of Coriander #BBB67F

Color information

#BBB67F (or 0xBBB67F) is unknown color: approx Coriander. HEX triplet: BB, B6 and 7F. RGB value is (187,182,127). Sum of RGB (Red+Green+Blue) = 187+182+127=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB67F is #444980. Grayscale: #B1B1B1. Windows color (decimal): -4475265 or 8369851. OLE color: 8369851.

HSL color Cylindrical-coordinate representation of color #BBB67F: hue angle of 55º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBB67F is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB187182127-
CMYK00.030.320.27
HSL55º30.61%61.57%-
HSV(B)55º32.09%73.33%-
XYZ41.0545.5526.71-
YUV177.2299.66134.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 127 (50% from 255) = 25.60%
R=37.70%
G=36.69%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718212700.030.320.275530.6161.57
HexBBB67F03201B371f3e
Octal273266177034033673776
Binary101110111011011011111110111000001101111011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB67F; }

 p { color: rgb(187,182,127); }

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

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

 a { background-color: rgb(187,182,127); }

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

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

 span { border-color: rgb(187,182,127); }

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