Html Css Color HEX #BCBA7D Pine Glade

📋 copy color: '#BCBA7D'

red 188 ◦ green 186 ◦ blue 125

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

Shades of Pine Glade #BCBA7D

Tints of Pine Glade #BCBA7D

RGB

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

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

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

R = 37.68%
G = 37.27%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCBA7D (or 0xBCBA7D) is known color: Pine Glade. HEX triplet: BC, BA and 7D. RGB value is (188,186,125). Sum of RGB (Red+Green+Blue) = 188+186+125=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA7D is #434582. Grayscale: #B3B3B3. Windows color (decimal): -4408707 or 8239804. OLE color: 8239804.

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

Color convert

RGB 188 186 125 -
CMYK 0 0.01 0.34 0.26
HSL 58.1º 0.32% 0.61% -
HSV(B) 58.1º 0.34% 0.74% -
XYZ 42 47.29 26.32 -
YUV 179.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 188 186 125 0 0.01 0.34 0.26 58.1 0.32 0.61
Hex BC BA 7D 0 1 22 1A 3A 20 3D
Octal 274 272 175 0 1 42 32 72 40 75
Binary 10111100 10111010 1111101 0 1 100010 11010 111010 100000 111101

Color Harmonies of #BCBA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA7D

Black with #BCBA7D

Text Example


Text Example

White with #BCBA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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