Html Css Color HEX #BDBA8C Coriander

📋 copy color: '#BDBA8C'

red 189 ◦ green 186 ◦ blue 140

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

Shades of Coriander #BDBA8C

Tints of Coriander #BDBA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 36.7%
G = 36.12%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BDBA8C (or 0xBDBA8C) is known color: Coriander. HEX triplet: BD, BA and 8C. RGB value is (189,186,140). Sum of RGB (Red+Green+Blue) = 189+186+140=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA8C is #424573. Grayscale: #B5B5B5. Windows color (decimal): -4343156 or 9222845. OLE color: 9222845.

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

Color convert

RGB 189 186 140 -
CMYK 0 0.02 0.26 0.26
HSL 56.33º 0.27% 0.65% -
HSV(B) 56.33º 0.26% 0.74% -
XYZ 43.28 47.83 31.76 -
YUV 181.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 189 186 140 0 0.02 0.26 0.26 56.33 0.27 0.65
Hex BD BA 8C 0 2 1A 1A 38 1B 41
Octal 275 272 214 0 2 32 32 70 33 101
Binary 10111101 10111010 10001100 0 10 11010 11010 111000 11011 1000001

Color Harmonies of #BDBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA8C

Black with #BDBA8C

Text Example


Text Example

White with #BDBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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