Html Css Color HEX #BDB980 Pine Glade

📋 copy color: '#BDB980'

red 189 ◦ green 185 ◦ blue 128

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

Shades of Pine Glade #BDB980

Tints of Pine Glade #BDB980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.5%

R = 37.65%
G = 36.85%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDB980 (or 0xBDB980) is known color: Pine Glade. HEX triplet: BD, B9 and 80. RGB value is (189,185,128). Sum of RGB (Red+Green+Blue) = 189+185+128=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB980 is #42467F. Grayscale: #B3B3B3. Windows color (decimal): -4343424 or 8436157. OLE color: 8436157.

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

Color convert

RGB 189 185 128 -
CMYK 0 0.02 0.32 0.26
HSL 56.07º 0.32% 0.62% -
HSV(B) 56.07º 0.32% 0.74% -
XYZ 42.23 47.08 27.28 -
YUV 179.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 189 185 128 0 0.02 0.32 0.26 56.07 0.32 0.62
Hex BD B9 80 0 2 20 1A 38 20 3E
Octal 275 271 200 0 2 40 32 70 40 76
Binary 10111101 10111001 10000000 0 10 100000 11010 111000 100000 111110

Color Harmonies of #BDB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB980

Black with #BDB980

Text Example


Text Example

White with #BDB980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB980; }

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

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

background-color css

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

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

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

border-color css

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

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

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