Html Css Color HEX #BCBA7B Pine Glade

📋 copy color: '#BCBA7B'

red 188 ◦ green 186 ◦ blue 123

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

Shades of Pine Glade #BCBA7B

Tints of Pine Glade #BCBA7B

RGB

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

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

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

R = 37.83%
G = 37.42%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BCBA7B (or 0xBCBA7B) is known color: Pine Glade. HEX triplet: BC, BA and 7B. RGB value is (188,186,123). Sum of RGB (Red+Green+Blue) = 188+186+123=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA7B is #434584. Grayscale: #B3B3B3. Windows color (decimal): -4408709 or 8108732. OLE color: 8108732.

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

Color convert

RGB 188 186 123 -
CMYK 0 0.01 0.35 0.26
HSL 58.15º 0.33% 0.61% -
HSV(B) 58.15º 0.35% 0.74% -
XYZ 41.87 47.24 25.65 -
YUV 179.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 188 186 123 0 0.01 0.35 0.26 58.15 0.33 0.61
Hex BC BA 7B 0 1 23 1A 3A 21 3D
Octal 274 272 173 0 1 43 32 72 41 75
Binary 10111100 10111010 1111011 0 1 100011 11010 111010 100001 111101

Color Harmonies of #BCBA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA7B

Black with #BCBA7B

Text Example


Text Example

White with #BCBA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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