Html Css Color HEX #BFBF78 Pine Glade

📋 copy color: '#BFBF78'

red 191 ◦ green 191 ◦ blue 120

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

Shades of Pine Glade #BFBF78

Tints of Pine Glade #BFBF78

RGB

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

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

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

R = 38.05%
G = 38.05%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFBF78 (or 0xBFBF78) is known color: Pine Glade. HEX triplet: BF, BF and 78. RGB value is (191,191,120). Sum of RGB (Red+Green+Blue) = 191+191+120=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF78 is #404087. Grayscale: #B7B7B7. Windows color (decimal): -4210824 or 7913407. OLE color: 7913407.

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

Color convert

RGB 191 191 120 -
CMYK 0 0 0.37 0.25
HSL 60º 0.36% 0.61% -
HSV(B) 60º 0.37% 0.75% -
XYZ 43.51 49.69 25.07 -
YUV 182.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 191 191 120 0 0 0.37 0.25 60 0.36 0.61
Hex BF BF 78 0 0 25 19 3C 24 3D
Octal 277 277 170 0 0 45 31 74 44 75
Binary 10111111 10111111 1111000 0 0 100101 11001 111100 100100 111101

Color Harmonies of #BFBF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBF78

Black with #BFBF78

Text Example


Text Example

White with #BFBF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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