Html Css Color HEX #BFB965 Dark Khaki

📋 copy color: '#BFB965'

red 191 ◦ green 185 ◦ blue 101

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

Shades of Dark Khaki #BFB965

Tints of Dark Khaki #BFB965

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.78%

 BLUE value IS 101 (39.84% from 255) = 21.17%

R = 40.04%
G = 38.78%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFB965 (or 0xBFB965) is known color: Dark Khaki. HEX triplet: BF, B9 and 65. RGB value is (191,185,101). Sum of RGB (Red+Green+Blue) = 191+185+101=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB965 is #40469A. Grayscale: #B1B1B1. Windows color (decimal): -4212379 or 6666687. OLE color: 6666687.

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

Color convert

RGB 191 185 101 -
CMYK 0 0.03 0.47 0.25
HSL 56º 0.41% 0.57% -
HSV(B) 56º 0.47% 0.75% -
XYZ 41.18 46.71 19.16 -
YUV 177.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 191 185 101 0 0.03 0.47 0.25 56 0.41 0.57
Hex BF B9 65 0 3 2F 19 38 29 39
Octal 277 271 145 0 3 57 31 70 51 71
Binary 10111111 10111001 1100101 0 11 101111 11001 111000 101001 111001

Color Harmonies of #BFB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB965

Black with #BFB965

Text Example


Text Example

White with #BFB965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB965; }

 p { color: rgb(191,185,101); }

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

background-color css

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

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

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

border-color css

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

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

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