Html Css Color HEX #BFBE6A Dark Khaki

📋 copy color: '#BFBE6A'

red 191 ◦ green 190 ◦ blue 106

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

Shades of Dark Khaki #BFBE6A

Tints of Dark Khaki #BFBE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.77%

R = 39.22%
G = 39.01%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BFBE6A (or 0xBFBE6A) is known color: Dark Khaki. HEX triplet: BF, BE and 6A. RGB value is (191,190,106). Sum of RGB (Red+Green+Blue) = 191+190+106=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE6A is #404195. Grayscale: #B5B5B5. Windows color (decimal): -4211094 or 6995647. OLE color: 6995647.

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

Color convert

RGB 191 190 106 -
CMYK 0 0.01 0.45 0.25
HSL 59.29º 0.4% 0.58% -
HSV(B) 59.29º 0.45% 0.75% -
XYZ 42.5 48.94 20.84 -
YUV 180.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 191 190 106 0 0.01 0.45 0.25 59.29 0.4 0.58
Hex BF BE 6A 0 1 2D 19 3B 28 3A
Octal 277 276 152 0 1 55 31 73 50 72
Binary 10111111 10111110 1101010 0 1 101101 11001 111011 101000 111010

Color Harmonies of #BFBE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE6A

Black with #BFBE6A

Text Example


Text Example

White with #BFBE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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