Html Css Color HEX #BDBA8E Coriander

📋 copy color: '#BDBA8E'

red 189 ◦ green 186 ◦ blue 142

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

Shades of Coriander #BDBA8E

Tints of Coriander #BDBA8E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.98%

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

R = 36.56%
G = 35.98%
B = 27.47%

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

#BDBA8E (or 0xBDBA8E) is known color: Coriander. HEX triplet: BD, BA and 8E. RGB value is (189,186,142). Sum of RGB (Red+Green+Blue) = 189+186+142=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA8E is #424571. Grayscale: #B6B6B6. Windows color (decimal): -4343154 or 9353917. OLE color: 9353917.

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

Color convert

RGB 189 186 142 -
CMYK 0 0.02 0.25 0.26
HSL 56.17º 0.26% 0.65% -
HSV(B) 56.17º 0.25% 0.74% -
XYZ 43.43 47.89 32.55 -
YUV 181.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 189 186 142 0 0.02 0.25 0.26 56.17 0.26 0.65
Hex BD BA 8E 0 2 19 1A 38 1A 41
Octal 275 272 216 0 2 31 32 70 32 101
Binary 10111101 10111010 10001110 0 10 11001 11010 111000 11010 1000001

Color Harmonies of #BDBA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA8E

Black with #BDBA8E

Text Example


Text Example

White with #BDBA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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