Html Css Color HEX #BFBE69 Dark Khaki

📋 copy color: '#BFBE69'

red 191 ◦ green 190 ◦ blue 105

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

Shades of Dark Khaki #BFBE69

Tints of Dark Khaki #BFBE69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.6%

R = 39.3%
G = 39.09%
B = 21.6%

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

#BFBE69 (or 0xBFBE69) is known color: Dark Khaki. HEX triplet: BF, BE and 69. RGB value is (191,190,105). Sum of RGB (Red+Green+Blue) = 191+190+105=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE69 is #404196. Grayscale: #B4B4B4. Windows color (decimal): -4211095 or 6930111. OLE color: 6930111.

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

Color convert

RGB 191 190 105 -
CMYK 0 0.01 0.45 0.25
HSL 59.3º 0.4% 0.58% -
HSV(B) 59.3º 0.45% 0.75% -
XYZ 42.45 48.92 20.57 -
YUV 180.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 191 190 105 0 0.01 0.45 0.25 59.3 0.4 0.58
Hex BF BE 69 0 1 2D 19 3B 28 3A
Octal 277 276 151 0 1 55 31 73 50 72
Binary 10111111 10111110 1101001 0 1 101101 11001 111011 101000 111010

Color Harmonies of #BFBE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE69

Black with #BFBE69

Text Example


Text Example

White with #BFBE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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