Html Css Color HEX #BDBA7D Pine Glade

📋 copy color: '#BDBA7D'

red 189 ◦ green 186 ◦ blue 125

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

Shades of Pine Glade #BDBA7D

Tints of Pine Glade #BDBA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25%

R = 37.8%
G = 37.2%
B = 25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BDBA7D (or 0xBDBA7D) is known color: Pine Glade. HEX triplet: BD, BA and 7D. RGB value is (189,186,125). Sum of RGB (Red+Green+Blue) = 189+186+125=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA7D is #424582. Grayscale: #B4B4B4. Windows color (decimal): -4343171 or 8239805. OLE color: 8239805.

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

Color convert

RGB 189 186 125 -
CMYK 0 0.02 0.34 0.26
HSL 57.19º 0.33% 0.62% -
HSV(B) 57.19º 0.34% 0.74% -
XYZ 42.25 47.42 26.33 -
YUV 179.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 189 186 125 0 0.02 0.34 0.26 57.19 0.33 0.62
Hex BD BA 7D 0 2 22 1A 39 21 3E
Octal 275 272 175 0 2 42 32 71 41 76
Binary 10111101 10111010 1111101 0 10 100010 11010 111001 100001 111110

Color Harmonies of #BDBA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA7D

Black with #BDBA7D

Text Example


Text Example

White with #BDBA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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