Html Css Color HEX #BFB46F Dark Khaki

📋 copy color: '#BFB46F'

red 191 ◦ green 180 ◦ blue 111

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

Shades of Dark Khaki #BFB46F

Tints of Dark Khaki #BFB46F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.34%

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 39.63%
G = 37.34%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BFB46F (or 0xBFB46F) is known color: Dark Khaki. HEX triplet: BF, B4 and 6F. RGB value is (191,180,111). Sum of RGB (Red+Green+Blue) = 191+180+111=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB46F is #404B90. Grayscale: #AFAFAF. Windows color (decimal): -4213649 or 7320767. OLE color: 7320767.

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

Color convert

RGB 191 180 111 -
CMYK 0 0.06 0.42 0.25
HSL 51.75º 0.38% 0.59% -
HSV(B) 51.75º 0.42% 0.75% -
XYZ 40.68 44.87 21.56 -
YUV 175.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 191 180 111 0 0.06 0.42 0.25 51.75 0.38 0.59
Hex BF B4 6F 0 6 2A 19 34 26 3B
Octal 277 264 157 0 6 52 31 64 46 73
Binary 10111111 10110100 1101111 0 110 101010 11001 110100 100110 111011

Color Harmonies of #BFB46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB46F

Black with #BFB46F

Text Example


Text Example

White with #BFB46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB46F; }

 p { color: rgb(191,180,111); }

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

background-color css

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

 a { background-color: rgb(191,180,111); }

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

border-color css

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

 span { border-color: rgb(191,180,111); }

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