Html Css Color HEX #BDB392 Coriander

📋 copy color: '#BDB392'

red 189 ◦ green 179 ◦ blue 146

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

Shades of Coriander #BDB392

Tints of Coriander #BDB392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.4%

R = 36.77%
G = 34.82%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDB392 (or 0xBDB392) is known color: Coriander. HEX triplet: BD, B3 and 92. RGB value is (189,179,146). Sum of RGB (Red+Green+Blue) = 189+179+146=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB392 is #424C6D. Grayscale: #B2B2B2. Windows color (decimal): -4344942 or 9614269. OLE color: 9614269.

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

Color convert

RGB 189 179 146 -
CMYK 0 0.05 0.23 0.26
HSL 46.05º 0.25% 0.66% -
HSV(B) 46.05º 0.23% 0.74% -
XYZ 42.29 45.13 33.68 -
YUV 178.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 189 179 146 0 0.05 0.23 0.26 46.05 0.25 0.66
Hex BD B3 92 0 5 17 1A 2E 19 42
Octal 275 263 222 0 5 27 32 56 31 102
Binary 10111101 10110011 10010010 0 101 10111 11010 101110 11001 1000010

Color Harmonies of #BDB392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB392

Black with #BDB392

Text Example


Text Example

White with #BDB392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB392; }

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

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

background-color css

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

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

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

border-color css

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

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

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