Html Css Color HEX #BBBA7D Pine Glade

📋 copy color: '#BBBA7D'

red 187 ◦ green 186 ◦ blue 125

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

Shades of Pine Glade #BBBA7D

Tints of Pine Glade #BBBA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.1%

R = 37.55%
G = 37.35%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BBBA7D (or 0xBBBA7D) is known color: Pine Glade. HEX triplet: BB, BA and 7D. RGB value is (187,186,125). Sum of RGB (Red+Green+Blue) = 187+186+125=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA7D is #444582. Grayscale: #B3B3B3. Windows color (decimal): -4474243 or 8239803. OLE color: 8239803.

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

Color convert

RGB 187 186 125 -
CMYK 0 0.01 0.33 0.27
HSL 59.03º 0.31% 0.61% -
HSV(B) 59.03º 0.33% 0.73% -
XYZ 41.75 47.16 26.3 -
YUV 179.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 187 186 125 0 0.01 0.33 0.27 59.03 0.31 0.61
Hex BB BA 7D 0 1 21 1B 3B 1F 3D
Octal 273 272 175 0 1 41 33 73 37 75
Binary 10111011 10111010 1111101 0 1 100001 11011 111011 11111 111101

Color Harmonies of #BBBA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA7D

Black with #BBBA7D

Text Example


Text Example

White with #BBBA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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