Html Css Color HEX #BFB760 Dark Khaki

📋 copy color: '#BFB760'

red 191 ◦ green 183 ◦ blue 96

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

Shades of Dark Khaki #BFB760

Tints of Dark Khaki #BFB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.94%

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 40.64%
G = 38.94%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFB760 (or 0xBFB760) is known color: Dark Khaki. HEX triplet: BF, B7 and 60. RGB value is (191,183,96). Sum of RGB (Red+Green+Blue) = 191+183+96=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB760 is #40489F. Grayscale: #AFAFAF. Windows color (decimal): -4212896 or 6338495. OLE color: 6338495.

HSL color Cylindrical-coordinate representation of color #BFB760: hue angle of 54.95º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFB760 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 96 -
CMYK 0 0.04 0.50 0.25
HSL 54.95º 0.43% 0.56% -
HSV(B) 54.95º 0.5% 0.75% -
XYZ 40.53 45.79 17.77 -
YUV 175.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 191 183 96 0 0.04 0.50 0.25 54.95 0.43 0.56
Hex BF B7 60 0 4 32 19 37 2B 38
Octal 277 267 140 0 4 62 31 67 53 70
Binary 10111111 10110111 1100000 0 100 110010 11001 110111 101011 111000

Color Harmonies of #BFB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB760

Black with #BFB760

Text Example


Text Example

White with #BFB760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB760; }

 p { color: rgb(191,183,96); }

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

background-color css

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

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

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

border-color css

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

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

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