Html Css Color HEX #BCB77F Pine Glade

📋 copy color: '#BCB77F'

red 188 ◦ green 183 ◦ blue 127

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

Shades of Pine Glade #BCB77F

Tints of Pine Glade #BCB77F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.75%

 BLUE value IS 127 (50% from 255) = 25.5%

R = 37.75%
G = 36.75%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCB77F (or 0xBCB77F) is known color: Pine Glade. HEX triplet: BC, B7 and 7F. RGB value is (188,183,127). Sum of RGB (Red+Green+Blue) = 188+183+127=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB77F is #434880. Grayscale: #B2B2B2. Windows color (decimal): -4409473 or 8370108. OLE color: 8370108.

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

Color convert

RGB 188 183 127 -
CMYK 0 0.03 0.32 0.26
HSL 55.08º 0.31% 0.62% -
HSV(B) 55.08º 0.32% 0.74% -
XYZ 41.5 46.09 26.79 -
YUV 178.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 188 183 127 0 0.03 0.32 0.26 55.08 0.31 0.62
Hex BC B7 7F 0 3 20 1A 37 1F 3E
Octal 274 267 177 0 3 40 32 67 37 76
Binary 10111100 10110111 1111111 0 11 100000 11010 110111 11111 111110

Color Harmonies of #BCB77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB77F

Black with #BCB77F

Text Example


Text Example

White with #BCB77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB77F; }

 p { color: rgb(188,183,127); }

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

background-color css

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

 a { background-color: rgb(188,183,127); }

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

border-color css

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

 span { border-color: rgb(188,183,127); }

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