Html Css Color HEX #BDB87F Pine Glade

📋 copy color: '#BDB87F'

red 189 ◦ green 184 ◦ blue 127

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

Shades of Pine Glade #BDB87F

Tints of Pine Glade #BDB87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.4%

R = 37.8%
G = 36.8%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDB87F (or 0xBDB87F) is known color: Pine Glade. HEX triplet: BD, B8 and 7F. RGB value is (189,184,127). Sum of RGB (Red+Green+Blue) = 189+184+127=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB87F is #424780. Grayscale: #B3B3B3. Windows color (decimal): -4343681 or 8370365. OLE color: 8370365.

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

Color convert

RGB 189 184 127 -
CMYK 0 0.03 0.33 0.26
HSL 55.16º 0.32% 0.62% -
HSV(B) 55.16º 0.33% 0.74% -
XYZ 41.96 46.63 26.87 -
YUV 179 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 189 184 127 0 0.03 0.33 0.26 55.16 0.32 0.62
Hex BD B8 7F 0 3 21 1A 37 20 3E
Octal 275 270 177 0 3 41 32 67 40 76
Binary 10111101 10111000 1111111 0 11 100001 11010 110111 100000 111110

Color Harmonies of #BDB87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB87F

Black with #BDB87F

Text Example


Text Example

White with #BDB87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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