Html Css Color HEX #BDBB81 Pine Glade

📋 copy color: '#BDBB81'

red 189 ◦ green 187 ◦ blue 129

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

Shades of Pine Glade #BDBB81

Tints of Pine Glade #BDBB81

RGB

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

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

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

R = 37.43%
G = 37.03%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDBB81 (or 0xBDBB81) is known color: Pine Glade. HEX triplet: BD, BB and 81. RGB value is (189,187,129). Sum of RGB (Red+Green+Blue) = 189+187+129=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB81 is #42447E. Grayscale: #B5B5B5. Windows color (decimal): -4342911 or 8502205. OLE color: 8502205.

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

Color convert

RGB 189 187 129 -
CMYK 0 0.01 0.32 0.26
HSL 58º 0.31% 0.62% -
HSV(B) 58º 0.32% 0.74% -
XYZ 42.72 47.94 27.77 -
YUV 180.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 189 187 129 0 0.01 0.32 0.26 58 0.31 0.62
Hex BD BB 81 0 1 20 1A 3A 1F 3E
Octal 275 273 201 0 1 40 32 72 37 76
Binary 10111101 10111011 10000001 0 1 100000 11010 111010 11111 111110

Color Harmonies of #BDBB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB81

Black with #BDBB81

Text Example


Text Example

White with #BDBB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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