Html Css Color HEX #BFBA78 Pine Glade

📋 copy color: '#BFBA78'

red 191 ◦ green 186 ◦ blue 120

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

Shades of Pine Glade #BFBA78

Tints of Pine Glade #BFBA78

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

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

R = 38.43%
G = 37.42%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFBA78 (or 0xBFBA78) is known color: Pine Glade. HEX triplet: BF, BA and 78. RGB value is (191,186,120). Sum of RGB (Red+Green+Blue) = 191+186+120=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA78 is #404587. Grayscale: #B4B4B4. Windows color (decimal): -4212104 or 7912127. OLE color: 7912127.

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

Color convert

RGB 191 186 120 -
CMYK 0 0.03 0.37 0.25
HSL 55.77º 0.36% 0.61% -
HSV(B) 55.77º 0.37% 0.75% -
XYZ 42.43 47.55 24.71 -
YUV 179.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 191 186 120 0 0.03 0.37 0.25 55.77 0.36 0.61
Hex BF BA 78 0 3 25 19 38 24 3D
Octal 277 272 170 0 3 45 31 70 44 75
Binary 10111111 10111010 1111000 0 11 100101 11001 111000 100100 111101

Color Harmonies of #BFBA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA78

Black with #BFBA78

Text Example


Text Example

White with #BFBA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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