Html Css Color HEX #BDB490 Coriander

📋 copy color: '#BDB490'

red 189 ◦ green 180 ◦ blue 144

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

Shades of Coriander #BDB490

Tints of Coriander #BDB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.09%

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

R = 36.84%
G = 35.09%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BDB490 (or 0xBDB490) is known color: Coriander. HEX triplet: BD, B4 and 90. RGB value is (189,180,144). Sum of RGB (Red+Green+Blue) = 189+180+144=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB490 is #424B6F. Grayscale: #B2B2B2. Windows color (decimal): -4344688 or 9483453. OLE color: 9483453.

HSL color Cylindrical-coordinate representation of color #BDB490: hue angle of 48º 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 #BDB490 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 144 -
CMYK 0 0.05 0.24 0.26
HSL 48º 0.25% 0.65% -
HSV(B) 48º 0.24% 0.74% -
XYZ 42.34 45.47 32.93 -
YUV 178.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 189 180 144 0 0.05 0.24 0.26 48 0.25 0.65
Hex BD B4 90 0 5 18 1A 30 19 41
Octal 275 264 220 0 5 30 32 60 31 101
Binary 10111101 10110100 10010000 0 101 11000 11010 110000 11001 1000001

Color Harmonies of #BDB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB490

Black with #BDB490

Text Example


Text Example

White with #BDB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB490; }

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

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

background-color css

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

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

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

border-color css

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

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

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