Html Css Color HEX #BFC068 Dark Khaki

📋 copy color: '#BFC068'

red 191 ◦ green 192 ◦ blue 104

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

Shades of Dark Khaki #BFC068

Tints of Dark Khaki #BFC068

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.43%

 BLUE value IS 104 (41.02% from 255) = 21.36%

R = 39.22%
G = 39.43%
B = 21.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFC068 (or 0xBFC068) is known color: Dark Khaki. HEX triplet: BF, C0 and 68. RGB value is (191,192,104). Sum of RGB (Red+Green+Blue) = 191+192+104=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC068 is #403F97. Grayscale: #B6B6B6. Windows color (decimal): -4210584 or 6865087. OLE color: 6865087.

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

Color convert

RGB 191 192 104 -
CMYK 0.01 0 0.46 0.25
HSL 60.68º 0.41% 0.58% -
HSV(B) 60.68º 0.46% 0.75% -
XYZ 42.83 49.78 20.45 -
YUV 181.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 191 192 104 0.01 0 0.46 0.25 60.68 0.41 0.58
Hex BF C0 68 1 0 2E 19 3D 29 3A
Octal 277 300 150 1 0 56 31 75 51 72
Binary 10111111 11000000 1101000 1 0 101110 11001 111101 101001 111010

Color Harmonies of #BFC068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC068

Black with #BFC068

Text Example


Text Example

White with #BFC068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC068; }

 p { color: rgb(191,192,104); }

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

background-color css

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

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

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

border-color css

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

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

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