Html Css Color HEX #BDBB7E Pine Glade

📋 copy color: '#BDBB7E'

red 189 ◦ green 187 ◦ blue 126

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

Shades of Pine Glade #BDBB7E

Tints of Pine Glade #BDBB7E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.25%

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

R = 37.65%
G = 37.25%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDBB7E (or 0xBDBB7E) is known color: Pine Glade. HEX triplet: BD, BB and 7E. RGB value is (189,187,126). Sum of RGB (Red+Green+Blue) = 189+187+126=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB7E is #424481. Grayscale: #B4B4B4. Windows color (decimal): -4342914 or 8305597. OLE color: 8305597.

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

Color convert

RGB 189 187 126 -
CMYK 0 0.01 0.33 0.26
HSL 58.1º 0.32% 0.62% -
HSV(B) 58.1º 0.33% 0.74% -
XYZ 42.52 47.87 26.74 -
YUV 180.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 189 187 126 0 0.01 0.33 0.26 58.1 0.32 0.62
Hex BD BB 7E 0 1 21 1A 3A 20 3E
Octal 275 273 176 0 1 41 32 72 40 76
Binary 10111101 10111011 1111110 0 1 100001 11010 111010 100000 111110

Color Harmonies of #BDBB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB7E

Black with #BDBB7E

Text Example


Text Example

White with #BDBB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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