Html Css Color HEX #BDB890 Coriander

📋 copy color: '#BDB890'

red 189 ◦ green 184 ◦ blue 144

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

Shades of Coriander #BDB890

Tints of Coriander #BDB890

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.59%

 BLUE value IS 144 (56.64% from 255) = 27.85%

R = 36.56%
G = 35.59%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BDB890 (or 0xBDB890) is known color: Coriander. HEX triplet: BD, B8 and 90. RGB value is (189,184,144). Sum of RGB (Red+Green+Blue) = 189+184+144=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB890 is #42476F. Grayscale: #B5B5B5. Windows color (decimal): -4343664 or 9484477. OLE color: 9484477.

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

Color convert

RGB 189 184 144 -
CMYK 0 0.03 0.24 0.26
HSL 53.33º 0.25% 0.65% -
HSV(B) 53.33º 0.24% 0.74% -
XYZ 43.16 47.11 33.2 -
YUV 180.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 189 184 144 0 0.03 0.24 0.26 53.33 0.25 0.65
Hex BD B8 90 0 3 18 1A 35 19 41
Octal 275 270 220 0 3 30 32 65 31 101
Binary 10111101 10111000 10010000 0 11 11000 11010 110101 11001 1000001

Color Harmonies of #BDB890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB890

Black with #BDB890

Text Example


Text Example

White with #BDB890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB890; }

 p { color: rgb(189,184,144); }

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

background-color css

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

 a { background-color: rgb(189,184,144); }

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

border-color css

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

 span { border-color: rgb(189,184,144); }

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