Html Css Color HEX #BDB485 Coriander

📋 copy color: '#BDB485'

red 189 ◦ green 180 ◦ blue 133

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

Shades of Coriander #BDB485

Tints of Coriander #BDB485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.49%

R = 37.65%
G = 35.86%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDB485 (or 0xBDB485) is known color: Coriander. HEX triplet: BD, B4 and 85. RGB value is (189,180,133). Sum of RGB (Red+Green+Blue) = 189+180+133=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB485 is #424B7A. Grayscale: #B1B1B1. Windows color (decimal): -4344699 or 8762557. OLE color: 8762557.

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

Color convert

RGB 189 180 133 -
CMYK 0 0.05 0.30 0.26
HSL 50.36º 0.3% 0.63% -
HSV(B) 50.36º 0.3% 0.74% -
XYZ 41.54 45.15 28.72 -
YUV 177.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 189 180 133 0 0.05 0.30 0.26 50.36 0.3 0.63
Hex BD B4 85 0 5 1E 1A 32 1E 3F
Octal 275 264 205 0 5 36 32 62 36 77
Binary 10111101 10110100 10000101 0 101 11110 11010 110010 11110 111111

Color Harmonies of #BDB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB485

Black with #BDB485

Text Example


Text Example

White with #BDB485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB485; }

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

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

background-color css

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

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

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

border-color css

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

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

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