Html Css Color HEX #BDB990 Coriander

📋 copy color: '#BDB990'

red 189 ◦ green 185 ◦ blue 144

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

Shades of Coriander #BDB990

Tints of Coriander #BDB990

RGB

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

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

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

R = 36.49%
G = 35.71%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BDB990 (or 0xBDB990) is known color: Coriander. HEX triplet: BD, B9 and 90. RGB value is (189,185,144). Sum of RGB (Red+Green+Blue) = 189+185+144=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB990 is #42466F. Grayscale: #B5B5B5. Windows color (decimal): -4343408 or 9484733. OLE color: 9484733.

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

Color convert

RGB 189 185 144 -
CMYK 0 0.02 0.24 0.26
HSL 54.67º 0.25% 0.65% -
HSV(B) 54.67º 0.24% 0.74% -
XYZ 43.37 47.53 33.27 -
YUV 181.52 106.83 133.33 -
System Red Green Blue C M Y K H S L
Decimal 189 185 144 0 0.02 0.24 0.26 54.67 0.25 0.65
Hex BD B9 90 0 2 18 1A 37 19 41
Octal 275 271 220 0 2 30 32 67 31 101
Binary 10111101 10111001 10010000 0 10 11000 11010 110111 11001 1000001

Color Harmonies of #BDB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB990

Black with #BDB990

Text Example


Text Example

White with #BDB990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB990; }

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

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

background-color css

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

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

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

border-color css

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

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

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