Html Css Color HEX #BFBA62 Dark Khaki

📋 copy color: '#BFBA62'

red 191 ◦ green 186 ◦ blue 98

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

Shades of Dark Khaki #BFBA62

Tints of Dark Khaki #BFBA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.63%

R = 40.21%
G = 39.16%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFBA62 (or 0xBFBA62) is known color: Dark Khaki. HEX triplet: BF, BA and 62. RGB value is (191,186,98). Sum of RGB (Red+Green+Blue) = 191+186+98=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA62 is #40459D. Grayscale: #B1B1B1. Windows color (decimal): -4212126 or 6470335. OLE color: 6470335.

HSL color Cylindrical-coordinate representation of color #BFBA62: hue angle of 56.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFBA62 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 98 -
CMYK 0 0.03 0.49 0.25
HSL 56.77º 0.42% 0.57% -
HSV(B) 56.77º 0.49% 0.75% -
XYZ 41.25 47.08 18.47 -
YUV 177.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 191 186 98 0 0.03 0.49 0.25 56.77 0.42 0.57
Hex BF BA 62 0 3 31 19 39 2A 39
Octal 277 272 142 0 3 61 31 71 52 71
Binary 10111111 10111010 1100010 0 11 110001 11001 111001 101010 111001

Color Harmonies of #BFBA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA62

Black with #BFBA62

Text Example


Text Example

White with #BFBA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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