#BBB483

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

Shades of Coriander #BBB483

Tints of Coriander #BBB483

Color information

#BBB483 (or 0xBBB483) is unknown color: approx Coriander. HEX triplet: BB, B4 and 83. RGB value is (187,180,131). Sum of RGB (Red+Green+Blue) = 187+180+131=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB483 is #444B7C. Grayscale: #B0B0B0. Windows color (decimal): -4475773 or 8631483. OLE color: 8631483.

HSL color Cylindrical-coordinate representation of color #BBB483: hue angle of 52.5º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB483 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB187180131-
CMYK00.040.300.27
HSL52.5º29.17%62.35%-
HSV(B)52.5º29.95%73.33%-
XYZ40.9144.8527.97-
YUV176.51102.32135.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=37.55%
G=36.14%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718013100.040.300.2752.529.1762.35
HexBBB483041E1B341d3e
Octal273264203043633643576
Binary1011101110110100100000110100111101101111010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB483; }

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

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

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

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

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

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

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

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