Html Css Color HEX #BDB880 Pine Glade

📋 copy color: '#BDB880'

red 189 ◦ green 184 ◦ blue 128

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

Shades of Pine Glade #BDB880

Tints of Pine Glade #BDB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.73%

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

R = 37.72%
G = 36.73%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDB880 (or 0xBDB880) is known color: Pine Glade. HEX triplet: BD, B8 and 80. RGB value is (189,184,128). Sum of RGB (Red+Green+Blue) = 189+184+128=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB880 is #42477F. Grayscale: #B3B3B3. Windows color (decimal): -4343680 or 8435901. OLE color: 8435901.

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

Color convert

RGB 189 184 128 -
CMYK 0 0.03 0.32 0.26
HSL 55.08º 0.32% 0.62% -
HSV(B) 55.08º 0.32% 0.74% -
XYZ 42.02 46.66 27.21 -
YUV 179.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 189 184 128 0 0.03 0.32 0.26 55.08 0.32 0.62
Hex BD B8 80 0 3 20 1A 37 20 3E
Octal 275 270 200 0 3 40 32 67 40 76
Binary 10111101 10111000 10000000 0 11 100000 11010 110111 100000 111110

Color Harmonies of #BDB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB880

Black with #BDB880

Text Example


Text Example

White with #BDB880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB880; }

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

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

background-color css

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

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

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

border-color css

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

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

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