Html Css Color HEX #BFBA7D Pine Glade

📋 copy color: '#BFBA7D'

red 191 ◦ green 186 ◦ blue 125

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

Shades of Pine Glade #BFBA7D

Tints of Pine Glade #BFBA7D

RGB

 RED value IS 191 (75% from 255) = 38.05%

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

 BLUE value IS 125 (49.22% from 255) = 24.9%

R = 38.05%
G = 37.05%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BFBA7D (or 0xBFBA7D) is known color: Pine Glade. HEX triplet: BF, BA and 7D. RGB value is (191,186,125). Sum of RGB (Red+Green+Blue) = 191+186+125=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA7D is #404582. Grayscale: #B4B4B4. Windows color (decimal): -4212099 or 8239807. OLE color: 8239807.

HSL color Cylindrical-coordinate representation of color #BFBA7D: hue angle of 55.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFBA7D is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 125 -
CMYK 0 0.03 0.35 0.25
HSL 55.45º 0.34% 0.62% -
HSV(B) 55.45º 0.35% 0.75% -
XYZ 42.75 47.67 26.35 -
YUV 180.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 191 186 125 0 0.03 0.35 0.25 55.45 0.34 0.62
Hex BF BA 7D 0 3 23 19 37 22 3E
Octal 277 272 175 0 3 43 31 67 42 76
Binary 10111111 10111010 1111101 0 11 100011 11001 110111 100010 111110

Color Harmonies of #BFBA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA7D

Black with #BFBA7D

Text Example


Text Example

White with #BFBA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA7D; }

 p { color: rgb(191,186,125); }

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

background-color css

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

 a { background-color: rgb(191,186,125); }

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

border-color css

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

 span { border-color: rgb(191,186,125); }

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