Html Css Color HEX #BDB98D Coriander

📋 copy color: '#BDB98D'

red 189 ◦ green 185 ◦ blue 141

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

Shades of Coriander #BDB98D

Tints of Coriander #BDB98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.38%

R = 36.7%
G = 35.92%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDB98D (or 0xBDB98D) is known color: Coriander. HEX triplet: BD, B9 and 8D. RGB value is (189,185,141). Sum of RGB (Red+Green+Blue) = 189+185+141=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB98D is #424672. Grayscale: #B5B5B5. Windows color (decimal): -4343411 or 9288125. OLE color: 9288125.

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

Color convert

RGB 189 185 141 -
CMYK 0 0.02 0.25 0.26
HSL 55º 0.27% 0.65% -
HSV(B) 55º 0.25% 0.74% -
XYZ 43.14 47.44 32.08 -
YUV 181.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 189 185 141 0 0.02 0.25 0.26 55 0.27 0.65
Hex BD B9 8D 0 2 19 1A 37 1B 41
Octal 275 271 215 0 2 31 32 67 33 101
Binary 10111101 10111001 10001101 0 10 11001 11010 110111 11011 1000001

Color Harmonies of #BDB98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB98D

Black with #BDB98D

Text Example


Text Example

White with #BDB98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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