Html Css Color HEX #BDB981 Pine Glade

📋 copy color: '#BDB981'

red 189 ◦ green 185 ◦ blue 129

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

Shades of Pine Glade #BDB981

Tints of Pine Glade #BDB981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.65%

R = 37.57%
G = 36.78%
B = 25.65%

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

#BDB981 (or 0xBDB981) is known color: Pine Glade. HEX triplet: BD, B9 and 81. RGB value is (189,185,129). Sum of RGB (Red+Green+Blue) = 189+185+129=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB981 is #42467E. Grayscale: #B4B4B4. Windows color (decimal): -4343423 or 8501693. OLE color: 8501693.

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

Color convert

RGB 189 185 129 -
CMYK 0 0.02 0.32 0.26
HSL 56º 0.31% 0.62% -
HSV(B) 56º 0.32% 0.74% -
XYZ 42.3 47.1 27.63 -
YUV 179.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 189 185 129 0 0.02 0.32 0.26 56 0.31 0.62
Hex BD B9 81 0 2 20 1A 38 1F 3E
Octal 275 271 201 0 2 40 32 70 37 76
Binary 10111101 10111001 10000001 0 10 100000 11010 111000 11111 111110

Color Harmonies of #BDB981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB981

Black with #BDB981

Text Example


Text Example

White with #BDB981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB981; }

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

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

background-color css

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

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

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

border-color css

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

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

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