Html Css Color HEX #BDBA77 Pine Glade

📋 copy color: '#BDBA77'

red 189 ◦ green 186 ◦ blue 119

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

Shades of Pine Glade #BDBA77

Tints of Pine Glade #BDBA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.09%

R = 38.26%
G = 37.65%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDBA77 (or 0xBDBA77) is known color: Pine Glade. HEX triplet: BD, BA and 77. RGB value is (189,186,119). Sum of RGB (Red+Green+Blue) = 189+186+119=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA77 is #424588. Grayscale: #B3B3B3. Windows color (decimal): -4343177 or 7846589. OLE color: 7846589.

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

Color convert

RGB 189 186 119 -
CMYK 0 0.02 0.37 0.26
HSL 57.43º 0.35% 0.6% -
HSV(B) 57.43º 0.37% 0.74% -
XYZ 41.87 47.27 24.37 -
YUV 179.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 189 186 119 0 0.02 0.37 0.26 57.43 0.35 0.6
Hex BD BA 77 0 2 25 1A 39 23 3C
Octal 275 272 167 0 2 45 32 71 43 74
Binary 10111101 10111010 1110111 0 10 100101 11010 111001 100011 111100

Color Harmonies of #BDBA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA77

Black with #BDBA77

Text Example


Text Example

White with #BDBA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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