Html Css Color HEX #BDBD8C Coriander

📋 copy color: '#BDBD8C'

red 189 ◦ green 189 ◦ blue 140

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

Shades of Coriander #BDBD8C

Tints of Coriander #BDBD8C

RGB

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

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

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

R = 36.49%
G = 36.49%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BDBD8C (or 0xBDBD8C) is known color: Coriander. HEX triplet: BD, BD and 8C. RGB value is (189,189,140). Sum of RGB (Red+Green+Blue) = 189+189+140=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD8C is #424273. Grayscale: #B7B7B7. Windows color (decimal): -4342388 or 9223613. OLE color: 9223613.

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

Color convert

RGB 189 189 140 -
CMYK 0 0 0.26 0.26
HSL 60º 0.27% 0.65% -
HSV(B) 60º 0.26% 0.74% -
XYZ 43.92 49.11 31.97 -
YUV 183.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 189 189 140 0 0 0.26 0.26 60 0.27 0.65
Hex BD BD 8C 0 0 1A 1A 3C 1B 41
Octal 275 275 214 0 0 32 32 74 33 101
Binary 10111101 10111101 10001100 0 0 11010 11010 111100 11011 1000001

Color Harmonies of #BDBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD8C

Black with #BDBD8C

Text Example


Text Example

White with #BDBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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