Html Css Color HEX #BDBB85 Pine Glade

📋 copy color: '#BDBB85'

red 189 ◦ green 187 ◦ blue 133

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

Shades of Pine Glade #BDBB85

Tints of Pine Glade #BDBB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.13%

R = 37.13%
G = 36.74%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDBB85 (or 0xBDBB85) is known color: Pine Glade. HEX triplet: BD, BB and 85. RGB value is (189,187,133). Sum of RGB (Red+Green+Blue) = 189+187+133=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB85 is #42447A. Grayscale: #B5B5B5. Windows color (decimal): -4342907 or 8764349. OLE color: 8764349.

HSL color Cylindrical-coordinate representation of color #BDBB85: hue angle of 57.86º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDBB85 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 133 -
CMYK 0 0.01 0.30 0.26
HSL 57.86º 0.3% 0.63% -
HSV(B) 57.86º 0.3% 0.74% -
XYZ 42.99 48.05 29.2 -
YUV 181.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 189 187 133 0 0.01 0.30 0.26 57.86 0.3 0.63
Hex BD BB 85 0 1 1E 1A 3A 1E 3F
Octal 275 273 205 0 1 36 32 72 36 77
Binary 10111101 10111011 10000101 0 1 11110 11010 111010 11110 111111

Color Harmonies of #BDBB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB85

Black with #BDBB85

Text Example


Text Example

White with #BDBB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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