Html Css Color HEX #BCB87B Pine Glade

📋 copy color: '#BCB87B'

red 188 ◦ green 184 ◦ blue 123

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

Shades of Pine Glade #BCB87B

Tints of Pine Glade #BCB87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.85%

R = 37.98%
G = 37.17%
B = 24.85%

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

#BCB87B (or 0xBCB87B) is known color: Pine Glade. HEX triplet: BC, B8 and 7B. RGB value is (188,184,123). Sum of RGB (Red+Green+Blue) = 188+184+123=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB87B is #434784. Grayscale: #B2B2B2. Windows color (decimal): -4409221 or 8108220. OLE color: 8108220.

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

Color convert

RGB 188 184 123 -
CMYK 0 0.02 0.35 0.26
HSL 56.31º 0.33% 0.61% -
HSV(B) 56.31º 0.35% 0.74% -
XYZ 41.45 46.4 25.51 -
YUV 178.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 188 184 123 0 0.02 0.35 0.26 56.31 0.33 0.61
Hex BC B8 7B 0 2 23 1A 38 21 3D
Octal 274 270 173 0 2 43 32 70 41 75
Binary 10111100 10111000 1111011 0 10 100011 11010 111000 100001 111101

Color Harmonies of #BCB87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB87B

Black with #BCB87B

Text Example


Text Example

White with #BCB87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB87B; }

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

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

background-color css

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

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

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

border-color css

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

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

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