Html Css Color HEX #BCB97E Pine Glade

📋 copy color: '#BCB97E'

red 188 ◦ green 185 ◦ blue 126

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

Shades of Pine Glade #BCB97E

Tints of Pine Glade #BCB97E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

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

R = 37.68%
G = 37.07%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BCB97E (or 0xBCB97E) is known color: Pine Glade. HEX triplet: BC, B9 and 7E. RGB value is (188,185,126). Sum of RGB (Red+Green+Blue) = 188+185+126=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB97E is #434681. Grayscale: #B3B3B3. Windows color (decimal): -4408962 or 8305084. OLE color: 8305084.

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

Color convert

RGB 188 185 126 -
CMYK 0 0.02 0.33 0.26
HSL 57.1º 0.32% 0.62% -
HSV(B) 57.1º 0.33% 0.74% -
XYZ 41.85 46.9 26.58 -
YUV 179.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 188 185 126 0 0.02 0.33 0.26 57.1 0.32 0.62
Hex BC B9 7E 0 2 21 1A 39 20 3E
Octal 274 271 176 0 2 41 32 71 40 76
Binary 10111100 10111001 1111110 0 10 100001 11010 111001 100000 111110

Color Harmonies of #BCB97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB97E

Black with #BCB97E

Text Example


Text Example

White with #BCB97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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