Html Css Color HEX #BFBF6B Dark Khaki

📋 copy color: '#BFBF6B'

red 191 ◦ green 191 ◦ blue 107

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

Shades of Dark Khaki #BFBF6B

Tints of Dark Khaki #BFBF6B

RGB

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

 GREEN value IS 191 (75% from 255) = 39.06%

 BLUE value IS 107 (42.19% from 255) = 21.88%

R = 39.06%
G = 39.06%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BFBF6B (or 0xBFBF6B) is known color: Dark Khaki. HEX triplet: BF, BF and 6B. RGB value is (191,191,107). Sum of RGB (Red+Green+Blue) = 191+191+107=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF6B is #404094. Grayscale: #B5B5B5. Windows color (decimal): -4210837 or 7061439. OLE color: 7061439.

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

Color convert

RGB 191 191 107 -
CMYK 0 0 0.44 0.25
HSL 60º 0.4% 0.58% -
HSV(B) 60º 0.44% 0.75% -
XYZ 42.77 49.4 21.19 -
YUV 181.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 191 191 107 0 0 0.44 0.25 60 0.4 0.58
Hex BF BF 6B 0 0 2C 19 3C 28 3A
Octal 277 277 153 0 0 54 31 74 50 72
Binary 10111111 10111111 1101011 0 0 101100 11001 111100 101000 111010

Color Harmonies of #BFBF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBF6B

Black with #BFBF6B

Text Example


Text Example

White with #BFBF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBF6B; }

 p { color: rgb(191,191,107); }

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

background-color css

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

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

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

border-color css

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

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

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