Html Css Color HEX #BCBA83 Pine Glade

📋 copy color: '#BCBA83'

red 188 ◦ green 186 ◦ blue 131

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

Shades of Pine Glade #BCBA83

Tints of Pine Glade #BCBA83

RGB

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

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

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

R = 37.23%
G = 36.83%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCBA83 (or 0xBCBA83) is known color: Pine Glade. HEX triplet: BC, BA and 83. RGB value is (188,186,131). Sum of RGB (Red+Green+Blue) = 188+186+131=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA83 is #43457C. Grayscale: #B4B4B4. Windows color (decimal): -4408701 or 8633020. OLE color: 8633020.

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

Color convert

RGB 188 186 131 -
CMYK 0 0.01 0.30 0.26
HSL 57.89º 0.3% 0.63% -
HSV(B) 57.89º 0.3% 0.74% -
XYZ 42.39 47.45 28.4 -
YUV 180.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 188 186 131 0 0.01 0.30 0.26 57.89 0.3 0.63
Hex BC BA 83 0 1 1E 1A 3A 1E 3F
Octal 274 272 203 0 1 36 32 72 36 77
Binary 10111100 10111010 10000011 0 1 11110 11010 111010 11110 111111

Color Harmonies of #BCBA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA83

Black with #BCBA83

Text Example


Text Example

White with #BCBA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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