Html Css Color HEX #BDBA7E Pine Glade

📋 copy color: '#BDBA7E'

red 189 ◦ green 186 ◦ blue 126

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

Shades of Pine Glade #BDBA7E

Tints of Pine Glade #BDBA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.15%

R = 37.72%
G = 37.13%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDBA7E (or 0xBDBA7E) is known color: Pine Glade. HEX triplet: BD, BA and 7E. RGB value is (189,186,126). Sum of RGB (Red+Green+Blue) = 189+186+126=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA7E is #424581. Grayscale: #B4B4B4. Windows color (decimal): -4343170 or 8305341. OLE color: 8305341.

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

Color convert

RGB 189 186 126 -
CMYK 0 0.02 0.33 0.26
HSL 57.14º 0.32% 0.62% -
HSV(B) 57.14º 0.33% 0.74% -
XYZ 42.31 47.44 26.67 -
YUV 180.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 189 186 126 0 0.02 0.33 0.26 57.14 0.32 0.62
Hex BD BA 7E 0 2 21 1A 39 20 3E
Octal 275 272 176 0 2 41 32 71 40 76
Binary 10111101 10111010 1111110 0 10 100001 11010 111001 100000 111110

Color Harmonies of #BDBA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA7E

Black with #BDBA7E

Text Example


Text Example

White with #BDBA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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