Html Css Color HEX #BFB97A Pine Glade

📋 copy color: '#BFB97A'

red 191 ◦ green 185 ◦ blue 122

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

Shades of Pine Glade #BFB97A

Tints of Pine Glade #BFB97A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.15%

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

R = 38.35%
G = 37.15%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BFB97A (or 0xBFB97A) is known color: Pine Glade. HEX triplet: BF, B9 and 7A. RGB value is (191,185,122). Sum of RGB (Red+Green+Blue) = 191+185+122=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB97A is #404685. Grayscale: #B3B3B3. Windows color (decimal): -4212358 or 8042943. OLE color: 8042943.

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

Color convert

RGB 191 185 122 -
CMYK 0 0.03 0.36 0.25
HSL 54.78º 0.35% 0.61% -
HSV(B) 54.78º 0.36% 0.75% -
XYZ 42.35 47.18 25.29 -
YUV 179.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 191 185 122 0 0.03 0.36 0.25 54.78 0.35 0.61
Hex BF B9 7A 0 3 24 19 37 23 3D
Octal 277 271 172 0 3 44 31 67 43 75
Binary 10111111 10111001 1111010 0 11 100100 11001 110111 100011 111101

Color Harmonies of #BFB97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB97A

Black with #BFB97A

Text Example


Text Example

White with #BFB97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB97A; }

 p { color: rgb(191,185,122); }

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

background-color css

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

 a { background-color: rgb(191,185,122); }

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

border-color css

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

 span { border-color: rgb(191,185,122); }

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