Html Css Color HEX #BDB988 Coriander

📋 copy color: '#BDB988'

red 189 ◦ green 185 ◦ blue 136

#BDB988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coriander #BDB988

Tints of Coriander #BDB988

RGB

 RED value IS 189 (74.22% from 255) = 37.06%

 GREEN value IS 185 (72.66% from 255) = 36.27%

 BLUE value IS 136 (53.52% from 255) = 26.67%

R = 37.06%
G = 36.27%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDB988 (or 0xBDB988) is known color: Coriander. HEX triplet: BD, B9 and 88. RGB value is (189,185,136). Sum of RGB (Red+Green+Blue) = 189+185+136=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB988 is #424677. Grayscale: #B4B4B4. Windows color (decimal): -4343416 or 8960445. OLE color: 8960445.

HSL color Cylindrical-coordinate representation of color #BDB988: hue angle of 55.47º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB988 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 136 -
CMYK 0 0.02 0.28 0.26
HSL 55.47º 0.29% 0.64% -
HSV(B) 55.47º 0.28% 0.74% -
XYZ 42.78 47.29 30.17 -
YUV 180.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 189 185 136 0 0.02 0.28 0.26 55.47 0.29 0.64
Hex BD B9 88 0 2 1C 1A 37 1D 40
Octal 275 271 210 0 2 34 32 67 35 100
Binary 10111101 10111001 10001000 0 10 11100 11010 110111 11101 1000000

Color Harmonies of #BDB988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB988

Black with #BDB988

Text Example


Text Example

White with #BDB988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB988; }

 p { color: rgb(189,185,136); }

 H1.HeaderClassName
 {
   color: #BDB988;
 }
 .AnyTagClassName
 {
   color: #BDB988;
 }
</style>

background-color css

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

 a { background-color: rgb(189,185,136); }

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

border-color css

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

 span { border-color: rgb(189,185,136); }

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