Html Css Color HEX #BCB881 Pine Glade

📋 copy color: '#BCB881'

red 188 ◦ green 184 ◦ blue 129

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

Shades of Pine Glade #BCB881

Tints of Pine Glade #BCB881

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.73%

 BLUE value IS 129 (50.78% from 255) = 25.75%

R = 37.52%
G = 36.73%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCB881 (or 0xBCB881) is known color: Pine Glade. HEX triplet: BC, B8 and 81. RGB value is (188,184,129). Sum of RGB (Red+Green+Blue) = 188+184+129=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB881 is #43477E. Grayscale: #B3B3B3. Windows color (decimal): -4409215 or 8501436. OLE color: 8501436.

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

Color convert

RGB 188 184 129 -
CMYK 0 0.02 0.31 0.26
HSL 55.93º 0.31% 0.62% -
HSV(B) 55.93º 0.31% 0.74% -
XYZ 41.84 46.56 27.55 -
YUV 178.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 188 184 129 0 0.02 0.31 0.26 55.93 0.31 0.62
Hex BC B8 81 0 2 1F 1A 38 1F 3E
Octal 274 270 201 0 2 37 32 70 37 76
Binary 10111100 10111000 10000001 0 10 11111 11010 111000 11111 111110

Color Harmonies of #BCB881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB881

Black with #BCB881

Text Example


Text Example

White with #BCB881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB881; }

 p { color: rgb(188,184,129); }

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

background-color css

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

 a { background-color: rgb(188,184,129); }

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

border-color css

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

 span { border-color: rgb(188,184,129); }

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