Html Css Color HEX #BCB87A Pine Glade

📋 copy color: '#BCB87A'

red 188 ◦ green 184 ◦ blue 122

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

Shades of Pine Glade #BCB87A

Tints of Pine Glade #BCB87A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.7%

R = 38.06%
G = 37.25%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BCB87A (or 0xBCB87A) is known color: Pine Glade. HEX triplet: BC, B8 and 7A. RGB value is (188,184,122). Sum of RGB (Red+Green+Blue) = 188+184+122=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB87A is #434785. Grayscale: #B2B2B2. Windows color (decimal): -4409222 or 8042684. OLE color: 8042684.

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

Color convert

RGB 188 184 122 -
CMYK 0 0.02 0.35 0.26
HSL 56.36º 0.33% 0.61% -
HSV(B) 56.36º 0.35% 0.74% -
XYZ 41.39 46.38 25.18 -
YUV 178.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 188 184 122 0 0.02 0.35 0.26 56.36 0.33 0.61
Hex BC B8 7A 0 2 23 1A 38 21 3D
Octal 274 270 172 0 2 43 32 70 41 75
Binary 10111100 10111000 1111010 0 10 100011 11010 111000 100001 111101

Color Harmonies of #BCB87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB87A

Black with #BCB87A

Text Example


Text Example

White with #BCB87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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