Html Css Color HEX #BDB387 Coriander

📋 copy color: '#BDB387'

red 189 ◦ green 179 ◦ blue 135

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

Shades of Coriander #BDB387

Tints of Coriander #BDB387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.59%

 BLUE value IS 135 (53.13% from 255) = 26.84%

R = 37.57%
G = 35.59%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDB387 (or 0xBDB387) is known color: Coriander. HEX triplet: BD, B3 and 87. RGB value is (189,179,135). Sum of RGB (Red+Green+Blue) = 189+179+135=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB387 is #424C78. Grayscale: #B1B1B1. Windows color (decimal): -4344953 or 8893373. OLE color: 8893373.

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

Color convert

RGB 189 179 135 -
CMYK 0 0.05 0.29 0.26
HSL 48.89º 0.29% 0.64% -
HSV(B) 48.89º 0.29% 0.74% -
XYZ 41.48 44.81 29.38 -
YUV 176.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 189 179 135 0 0.05 0.29 0.26 48.89 0.29 0.64
Hex BD B3 87 0 5 1D 1A 31 1D 40
Octal 275 263 207 0 5 35 32 61 35 100
Binary 10111101 10110011 10000111 0 101 11101 11010 110001 11101 1000000

Color Harmonies of #BDB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB387

Black with #BDB387

Text Example


Text Example

White with #BDB387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB387; }

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

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

background-color css

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

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

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

border-color css

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

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

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