#BDB38D

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

Shades of Coriander #BDB38D

Tints of Coriander #BDB38D

Color information

#BDB38D (or 0xBDB38D) is unknown color: approx Coriander. HEX triplet: BD, B3 and 8D. RGB value is (189,179,141). Sum of RGB (Red+Green+Blue) = 189+179+141=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB38D is #424C72. Grayscale: #B1B1B1. Windows color (decimal): -4344947 or 9286589. OLE color: 9286589.

HSL color Cylindrical-coordinate representation of color #BDB38D: hue angle of 47.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB38D is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189179141-
CMYK00.050.250.26
HSL47.5º26.67%64.71%-
HSV(B)47.5º25.4%74.12%-
XYZ41.9144.9831.67-
YUV177.66107.31136.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=37.13%
G=35.17%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917914100.050.250.2647.526.6764.71
HexBDB38D05191A301b41
Octal2752632150531326033101
Binary10111101101100111000110101011100111010110000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB38D; }

 p { color: rgb(189,179,141); }

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

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

 a { background-color: rgb(189,179,141); }

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

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

 span { border-color: rgb(189,179,141); }

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