Html Css Color HEX #BBBA85 Pine Glade

📋 copy color: '#BBBA85'

red 187 ◦ green 186 ◦ blue 133

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

Shades of Pine Glade #BBBA85

Tints of Pine Glade #BBBA85

RGB

 RED value IS 187 (73.44% from 255) = 36.96%

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

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

R = 36.96%
G = 36.76%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BBBA85 (or 0xBBBA85) is known color: Pine Glade. HEX triplet: BB, BA and 85. RGB value is (187,186,133). Sum of RGB (Red+Green+Blue) = 187+186+133=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA85 is #44457A. Grayscale: #B4B4B4. Windows color (decimal): -4474235 or 8764091. OLE color: 8764091.

HSL color Cylindrical-coordinate representation of color #BBBA85: hue angle of 58.89º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBBA85 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 133 -
CMYK 0 0.01 0.29 0.27
HSL 58.89º 0.28% 0.63% -
HSV(B) 58.89º 0.29% 0.73% -
XYZ 42.29 47.38 29.11 -
YUV 180.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 187 186 133 0 0.01 0.29 0.27 58.89 0.28 0.63
Hex BB BA 85 0 1 1D 1B 3B 1C 3F
Octal 273 272 205 0 1 35 33 73 34 77
Binary 10111011 10111010 10000101 0 1 11101 11011 111011 11100 111111

Color Harmonies of #BBBA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA85

Black with #BBBA85

Text Example


Text Example

White with #BBBA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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