Html Css Color HEX #BDBA80 Pine Glade

📋 copy color: '#BDBA80'

red 189 ◦ green 186 ◦ blue 128

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

Shades of Pine Glade #BDBA80

Tints of Pine Glade #BDBA80

RGB

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

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

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

R = 37.57%
G = 36.98%
B = 25.45%

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

#BDBA80 (or 0xBDBA80) is known color: Pine Glade. HEX triplet: BD, BA and 80. RGB value is (189,186,128). Sum of RGB (Red+Green+Blue) = 189+186+128=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA80 is #42457F. Grayscale: #B4B4B4. Windows color (decimal): -4343168 or 8436413. OLE color: 8436413.

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

Color convert

RGB 189 186 128 -
CMYK 0 0.02 0.32 0.26
HSL 57.05º 0.32% 0.62% -
HSV(B) 57.05º 0.32% 0.74% -
XYZ 42.44 47.5 27.35 -
YUV 180.29 98.49 134.22 -
System Red Green Blue C M Y K H S L
Decimal 189 186 128 0 0.02 0.32 0.26 57.05 0.32 0.62
Hex BD BA 80 0 2 20 1A 39 20 3E
Octal 275 272 200 0 2 40 32 71 40 76
Binary 10111101 10111010 10000000 0 10 100000 11010 111001 100000 111110

Color Harmonies of #BDBA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA80

Black with #BDBA80

Text Example


Text Example

White with #BDBA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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