Html Css Color HEX #BFBA60 Dark Khaki

📋 copy color: '#BFBA60'

red 191 ◦ green 186 ◦ blue 96

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

Shades of Dark Khaki #BFBA60

Tints of Dark Khaki #BFBA60

RGB

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

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

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

R = 40.38%
G = 39.32%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFBA60 (or 0xBFBA60) is known color: Dark Khaki. HEX triplet: BF, BA and 60. RGB value is (191,186,96). Sum of RGB (Red+Green+Blue) = 191+186+96=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA60 is #40459F. Grayscale: #B1B1B1. Windows color (decimal): -4212128 or 6339263. OLE color: 6339263.

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

Color convert

RGB 191 186 96 -
CMYK 0 0.03 0.50 0.25
HSL 56.84º 0.43% 0.56% -
HSV(B) 56.84º 0.5% 0.75% -
XYZ 41.16 47.04 17.98 -
YUV 177.24 82.16 137.82 -
System Red Green Blue C M Y K H S L
Decimal 191 186 96 0 0.03 0.50 0.25 56.84 0.43 0.56
Hex BF BA 60 0 3 32 19 39 2B 38
Octal 277 272 140 0 3 62 31 71 53 70
Binary 10111111 10111010 1100000 0 11 110010 11001 111001 101011 111000

Color Harmonies of #BFBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA60

Black with #BFBA60

Text Example


Text Example

White with #BFBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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