Html Css Color HEX #BFBD78 Pine Glade

📋 copy color: '#BFBD78'

red 191 ◦ green 189 ◦ blue 120

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

Shades of Pine Glade #BFBD78

Tints of Pine Glade #BFBD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24%

R = 38.2%
G = 37.8%
B = 24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFBD78 (or 0xBFBD78) is known color: Pine Glade. HEX triplet: BF, BD and 78. RGB value is (191,189,120). Sum of RGB (Red+Green+Blue) = 191+189+120=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD78 is #404287. Grayscale: #B6B6B6. Windows color (decimal): -4211336 or 7912895. OLE color: 7912895.

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

Color convert

RGB 191 189 120 -
CMYK 0 0.01 0.37 0.25
HSL 58.31º 0.36% 0.61% -
HSV(B) 58.31º 0.37% 0.75% -
XYZ 43.07 48.83 24.92 -
YUV 181.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 191 189 120 0 0.01 0.37 0.25 58.31 0.36 0.61
Hex BF BD 78 0 1 25 19 3A 24 3D
Octal 277 275 170 0 1 45 31 72 44 75
Binary 10111111 10111101 1111000 0 1 100101 11001 111010 100100 111101

Color Harmonies of #BFBD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD78

Black with #BFBD78

Text Example


Text Example

White with #BFBD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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