Html Css Color HEX #BFBD7D Pine Glade

📋 copy color: '#BFBD7D'

red 191 ◦ green 189 ◦ blue 125

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

Shades of Pine Glade #BFBD7D

Tints of Pine Glade #BFBD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.43%

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

R = 37.82%
G = 37.43%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BFBD7D (or 0xBFBD7D) is known color: Pine Glade. HEX triplet: BF, BD and 7D. RGB value is (191,189,125). Sum of RGB (Red+Green+Blue) = 191+189+125=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD7D is #404282. Grayscale: #B6B6B6. Windows color (decimal): -4211331 or 8240575. OLE color: 8240575.

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

Color convert

RGB 191 189 125 -
CMYK 0 0.01 0.35 0.25
HSL 58.18º 0.34% 0.62% -
HSV(B) 58.18º 0.35% 0.75% -
XYZ 43.39 48.95 26.56 -
YUV 182.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 191 189 125 0 0.01 0.35 0.25 58.18 0.34 0.62
Hex BF BD 7D 0 1 23 19 3A 22 3E
Octal 277 275 175 0 1 43 31 72 42 76
Binary 10111111 10111101 1111101 0 1 100011 11001 111010 100010 111110

Color Harmonies of #BFBD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD7D

Black with #BFBD7D

Text Example


Text Example

White with #BFBD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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