Html Css Color HEX #BDBA8F Coriander

📋 copy color: '#BDBA8F'

red 189 ◦ green 186 ◦ blue 143

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

Shades of Coriander #BDBA8F

Tints of Coriander #BDBA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.61%

R = 36.49%
G = 35.91%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BDBA8F (or 0xBDBA8F) is known color: Coriander. HEX triplet: BD, BA and 8F. RGB value is (189,186,143). Sum of RGB (Red+Green+Blue) = 189+186+143=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA8F is #424570. Grayscale: #B6B6B6. Windows color (decimal): -4343153 or 9419453. OLE color: 9419453.

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

Color convert

RGB 189 186 143 -
CMYK 0 0.02 0.24 0.26
HSL 56.09º 0.26% 0.65% -
HSV(B) 56.09º 0.24% 0.74% -
XYZ 43.5 47.92 32.94 -
YUV 182 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 189 186 143 0 0.02 0.24 0.26 56.09 0.26 0.65
Hex BD BA 8F 0 2 18 1A 38 1A 41
Octal 275 272 217 0 2 30 32 70 32 101
Binary 10111101 10111010 10001111 0 10 11000 11010 111000 11010 1000001

Color Harmonies of #BDBA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA8F

Black with #BDBA8F

Text Example


Text Example

White with #BDBA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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