Html Css Color HEX #BDB98E Coriander

📋 copy color: '#BDB98E'

red 189 ◦ green 185 ◦ blue 142

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

Shades of Coriander #BDB98E

Tints of Coriander #BDB98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.52%

R = 36.63%
G = 35.85%
B = 27.52%

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

#BDB98E (or 0xBDB98E) is known color: Coriander. HEX triplet: BD, B9 and 8E. RGB value is (189,185,142). Sum of RGB (Red+Green+Blue) = 189+185+142=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB98E is #424671. Grayscale: #B5B5B5. Windows color (decimal): -4343410 or 9353661. OLE color: 9353661.

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

Color convert

RGB 189 185 142 -
CMYK 0 0.02 0.25 0.26
HSL 54.89º 0.26% 0.65% -
HSV(B) 54.89º 0.25% 0.74% -
XYZ 43.22 47.47 32.48 -
YUV 181.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 189 185 142 0 0.02 0.25 0.26 54.89 0.26 0.65
Hex BD B9 8E 0 2 19 1A 37 1A 41
Octal 275 271 216 0 2 31 32 67 32 101
Binary 10111101 10111001 10001110 0 10 11001 11010 110111 11010 1000001

Color Harmonies of #BDB98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB98E

Black with #BDB98E

Text Example


Text Example

White with #BDB98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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