Html Css Color HEX #BCBA7E Pine Glade

📋 copy color: '#BCBA7E'

red 188 ◦ green 186 ◦ blue 126

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

Shades of Pine Glade #BCBA7E

Tints of Pine Glade #BCBA7E

RGB

 RED value IS 188 (73.83% from 255) = 37.6%

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

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

R = 37.6%
G = 37.2%
B = 25.2%

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

#BCBA7E (or 0xBCBA7E) is known color: Pine Glade. HEX triplet: BC, BA and 7E. RGB value is (188,186,126). Sum of RGB (Red+Green+Blue) = 188+186+126=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA7E is #434581. Grayscale: #B4B4B4. Windows color (decimal): -4408706 or 8305340. OLE color: 8305340.

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

Color convert

RGB 188 186 126 -
CMYK 0 0.01 0.33 0.26
HSL 58.06º 0.32% 0.62% -
HSV(B) 58.06º 0.33% 0.74% -
XYZ 42.06 47.32 26.65 -
YUV 179.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 188 186 126 0 0.01 0.33 0.26 58.06 0.32 0.62
Hex BC BA 7E 0 1 21 1A 3A 20 3E
Octal 274 272 176 0 1 41 32 72 40 76
Binary 10111100 10111010 1111110 0 1 100001 11010 111010 100000 111110

Color Harmonies of #BCBA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA7E

Black with #BCBA7E

Text Example


Text Example

White with #BCBA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA7E; }

 p { color: rgb(188,186,126); }

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

background-color css

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

 a { background-color: rgb(188,186,126); }

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

border-color css

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

 span { border-color: rgb(188,186,126); }

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