Html Css Color HEX #BCB983 Pine Glade

📋 copy color: '#BCB983'

red 188 ◦ green 185 ◦ blue 131

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

Shades of Pine Glade #BCB983

Tints of Pine Glade #BCB983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.99%

R = 37.3%
G = 36.71%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCB983 (or 0xBCB983) is known color: Pine Glade. HEX triplet: BC, B9 and 83. RGB value is (188,185,131). Sum of RGB (Red+Green+Blue) = 188+185+131=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB983 is #43467C. Grayscale: #B3B3B3. Windows color (decimal): -4408957 or 8632764. OLE color: 8632764.

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

Color convert

RGB 188 185 131 -
CMYK 0 0.02 0.30 0.26
HSL 56.84º 0.3% 0.63% -
HSV(B) 56.84º 0.3% 0.74% -
XYZ 42.18 47.03 28.33 -
YUV 179.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 188 185 131 0 0.02 0.30 0.26 56.84 0.3 0.63
Hex BC B9 83 0 2 1E 1A 39 1E 3F
Octal 274 271 203 0 2 36 32 71 36 77
Binary 10111100 10111001 10000011 0 10 11110 11010 111001 11110 111111

Color Harmonies of #BCB983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB983

Black with #BCB983

Text Example


Text Example

White with #BCB983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB983; }

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

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

background-color css

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

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

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

border-color css

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

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

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