Html Css Color HEX #BFBE73 Dark Khaki

📋 copy color: '#BFBE73'

red 191 ◦ green 190 ◦ blue 115

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

Shades of Dark Khaki #BFBE73

Tints of Dark Khaki #BFBE73

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.31%

 BLUE value IS 115 (45.31% from 255) = 23.19%

R = 38.51%
G = 38.31%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFBE73 (or 0xBFBE73) is known color: Dark Khaki. HEX triplet: BF, BE and 73. RGB value is (191,190,115). Sum of RGB (Red+Green+Blue) = 191+190+115=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE73 is #40418C. Grayscale: #B6B6B6. Windows color (decimal): -4211085 or 7585471. OLE color: 7585471.

HSL color Cylindrical-coordinate representation of color #BFBE73: hue angle of 59.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFBE73 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 190 115 -
CMYK 0 0.01 0.40 0.25
HSL 59.21º 0.37% 0.6% -
HSV(B) 59.21º 0.4% 0.75% -
XYZ 42.99 49.14 23.44 -
YUV 181.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 191 190 115 0 0.01 0.40 0.25 59.21 0.37 0.6
Hex BF BE 73 0 1 28 19 3B 25 3C
Octal 277 276 163 0 1 50 31 73 45 74
Binary 10111111 10111110 1110011 0 1 101000 11001 111011 100101 111100

Color Harmonies of #BFBE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE73

Black with #BFBE73

Text Example


Text Example

White with #BFBE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE73; }

 p { color: rgb(191,190,115); }

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

background-color css

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

 a { background-color: rgb(191,190,115); }

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

border-color css

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

 span { border-color: rgb(191,190,115); }

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