Html Css Color HEX #BFBF7D Pine Glade

📋 copy color: '#BFBF7D'

red 191 ◦ green 191 ◦ blue 125

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

Shades of Pine Glade #BFBF7D

Tints of Pine Glade #BFBF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 37.67%

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

R = 37.67%
G = 37.67%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BFBF7D (or 0xBFBF7D) is known color: Pine Glade. HEX triplet: BF, BF and 7D. RGB value is (191,191,125). Sum of RGB (Red+Green+Blue) = 191+191+125=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF7D is #404082. Grayscale: #B7B7B7. Windows color (decimal): -4210819 or 8241087. OLE color: 8241087.

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

Color convert

RGB 191 191 125 -
CMYK 0 0 0.35 0.25
HSL 60º 0.34% 0.62% -
HSV(B) 60º 0.35% 0.75% -
XYZ 43.82 49.82 26.71 -
YUV 183.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 191 191 125 0 0 0.35 0.25 60 0.34 0.62
Hex BF BF 7D 0 0 23 19 3C 22 3E
Octal 277 277 175 0 0 43 31 74 42 76
Binary 10111111 10111111 1111101 0 0 100011 11001 111100 100010 111110

Color Harmonies of #BFBF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBF7D

Black with #BFBF7D

Text Example


Text Example

White with #BFBF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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