Html Css Color HEX #BDB390 Coriander

📋 copy color: '#BDB390'

red 189 ◦ green 179 ◦ blue 144

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

Shades of Coriander #BDB390

Tints of Coriander #BDB390

RGB

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

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

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

R = 36.91%
G = 34.96%
B = 28.13%

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

#BDB390 (or 0xBDB390) is known color: Coriander. HEX triplet: BD, B3 and 90. RGB value is (189,179,144). Sum of RGB (Red+Green+Blue) = 189+179+144=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB390 is #424C6F. Grayscale: #B2B2B2. Windows color (decimal): -4344944 or 9483197. OLE color: 9483197.

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

Color convert

RGB 189 179 144 -
CMYK 0 0.05 0.24 0.26
HSL 46.67º 0.25% 0.65% -
HSV(B) 46.67º 0.24% 0.74% -
XYZ 42.14 45.07 32.86 -
YUV 178 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 189 179 144 0 0.05 0.24 0.26 46.67 0.25 0.65
Hex BD B3 90 0 5 18 1A 2F 19 41
Octal 275 263 220 0 5 30 32 57 31 101
Binary 10111101 10110011 10010000 0 101 11000 11010 101111 11001 1000001

Color Harmonies of #BDB390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB390

Black with #BDB390

Text Example


Text Example

White with #BDB390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB390; }

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

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

background-color css

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

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

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

border-color css

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

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

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